diff options
author | 2018-01-23 05:18:23 +0000 | |
---|---|---|
committer | 2018-01-23 05:18:23 +0000 | |
commit | 2e1791b74406fba9930bbe5dfa5358d2d2c07e1a (patch) | |
tree | a5757e4fc742fa67741eb2050da084c326f9517c /compiler/common_compiler_test.h | |
parent | 03ff766dc8dfcb18e5204e94fabc8b78a851a372 (diff) | |
parent | 3913e488afb884ccee76d620d4357b6308e55010 (diff) |
Merge "ART: Refactor profile_compilation_info.h includes"
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; |