diff options
author | Andreas Gampe <agampe@google.com> | 2017-02-01 16:46:28 -0800 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2017-04-21 08:40:33 -0700 |
commit | c6ea7d00ad069a2736f603daa3d8eaa9a1f8ea11 (patch) | |
tree | a6d3332a8592fb806841314d55b206b573d37d86 /compiler/common_compiler_test.cc | |
parent | d68677c5fde1ace16ea58d65733776c954e7acb4 (diff) |
ART: Clean up art_method.h
Clean up the header. Fix up other headers including the -inl file,
in an effort to prune the include graph. Fix broken transitive
includes by making includes explicit. Introduce new -inl files
for method handles and reference visiting.
Test: source build/envsetup.sh && lunch aosp_angler-userdebug && mmma art
Test: source build/envsetup.sh && lunch aosp_mips64-userdebug && mmma art
Change-Id: I8f60f1160c2a702fdf3598149dae38f6fa6bc851
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 8b3029261f..39edd1eb02 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -18,7 +18,7 @@ #include "arch/instruction_set_features.h" #include "art_field-inl.h" -#include "art_method.h" +#include "art_method-inl.h" #include "base/enums.h" #include "class_linker.h" #include "compiled_method.h" |