diff options
author | Andreas Gampe <agampe@google.com> | 2018-01-22 18:58:01 -0800 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2018-01-22 18:58:01 -0800 |
commit | 3913e488afb884ccee76d620d4357b6308e55010 (patch) | |
tree | 7b20f16dc542a082983d9ba390a1a9ee8948e8b3 /compiler/common_compiler_test.h | |
parent | b6d077aceb38922891a6b9e79714bad3072f9c15 (diff) |
ART: Refactor profile_compilation_info.h includes
Use forward declarations.
Test: m
Change-Id: Ife25be9e2eb5ba9224f082aaa935f821a3597963
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 05fdc97e07..8af29d44f0 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -23,7 +23,6 @@ #include "common_runtime_test.h" #include "compiler.h" -#include "jit/profile_compilation_info.h" #include "oat_file.h" namespace art { @@ -34,6 +33,7 @@ class ClassLoader; class CompilerDriver; class CompilerOptions; class CumulativeLogger; +class ProfileCompilationInfo; class VerificationResults; template<class T> class Handle; |