From 3a21e386fa55a8b86dffa5250985b263fcfd2155 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 2 Sep 2016 12:38:38 +0100 Subject: Clean up some includes. Remove some unnecessary includes from header files, replace others with forward references and add includes to source files as needed. Reduce dependency on stack.h by pulling StackReference<> out to its own file. Test: m test-art-host Change-Id: I0fb182145e328870cbd918b0ef6ae2950223c1b2 --- compiler/optimizing/code_generator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/optimizing/code_generator.h') diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index fd396c474c..78a8afb156 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -23,8 +23,6 @@ #include "base/arena_object.h" #include "base/bit_field.h" #include "base/enums.h" -#include "compiled_method.h" -#include "driver/compiler_options.h" #include "globals.h" #include "graph_visualizer.h" #include "locations.h" @@ -54,6 +52,7 @@ static int64_t constexpr kPrimLongMax = INT64_C(0x7fffffffffffffff); class Assembler; class CodeGenerator; class CompilerDriver; +class CompilerOptions; class LinkerPatch; class ParallelMoveResolver; -- cgit v1.2.3-59-g8ed1b