diff options
author | 2018-01-22 18:58:01 -0800 | |
---|---|---|
committer | 2018-01-22 18:58:01 -0800 | |
commit | 3913e488afb884ccee76d620d4357b6308e55010 (patch) | |
tree | 7b20f16dc542a082983d9ba390a1a9ee8948e8b3 /compiler/driver/compiler_driver.cc | |
parent | b6d077aceb38922891a6b9e79714bad3072f9c15 (diff) |
ART: Refactor profile_compilation_info.h includes
Use forward declarations.
Test: m
Change-Id: Ife25be9e2eb5ba9224f082aaa935f821a3597963
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r-- | compiler/driver/compiler_driver.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 6c5cc50269..27cfe19dda 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -56,6 +56,7 @@ #include "gc/space/space.h" #include "handle_scope-inl.h" #include "intrinsics_enum.h" +#include "jit/profile_compilation_info.h" #include "jni_internal.h" #include "linker/linker_patch.h" #include "mirror/class-inl.h" |