diff options
| author | 2017-04-20 22:53:58 -0700 | |
|---|---|---|
| committer | 2017-04-21 08:41:28 -0700 | |
| commit | a1d2f957a21319d1110bebb9a52f46fd1c67ffaf (patch) | |
| tree | db9b6eda7cd4764e13c07256df14a7c14888ee75 /compiler | |
| parent | c6ea7d00ad069a2736f603daa3d8eaa9a1f8ea11 (diff) | |
ART: Clean up art_field.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.
Test: m
Change-Id: I6ff2d6f89b741d8188e19426eccf4743fec688fc
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/debug/elf_debug_info_writer.h | 1 | ||||
| -rw-r--r-- | compiler/optimizing/intrinsics.cc | 1 | ||||
| -rw-r--r-- | compiler/optimizing/reference_type_propagation.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/compiler/debug/elf_debug_info_writer.h b/compiler/debug/elf_debug_info_writer.h index 30d4b47c6a..558c7d5754 100644 --- a/compiler/debug/elf_debug_info_writer.h +++ b/compiler/debug/elf_debug_info_writer.h @@ -21,6 +21,7 @@ #include <unordered_set> #include <vector> +#include "art_field-inl.h" #include "debug/dwarf/debug_abbrev_writer.h" #include "debug/dwarf/debug_info_entry_writer.h" #include "debug/elf_compilation_unit.h" diff --git a/compiler/optimizing/intrinsics.cc b/compiler/optimizing/intrinsics.cc index 6069f3482c..6236bd87ab 100644 --- a/compiler/optimizing/intrinsics.cc +++ b/compiler/optimizing/intrinsics.cc @@ -16,6 +16,7 @@ #include "intrinsics.h" +#include "art_field-inl.h" #include "art_method-inl.h" #include "class_linker.h" #include "driver/compiler_driver.h" diff --git a/compiler/optimizing/reference_type_propagation.cc b/compiler/optimizing/reference_type_propagation.cc index 39effe0d0a..98332d35fb 100644 --- a/compiler/optimizing/reference_type_propagation.cc +++ b/compiler/optimizing/reference_type_propagation.cc @@ -16,6 +16,7 @@ #include "reference_type_propagation.h" +#include "art_field-inl.h" #include "art_method-inl.h" #include "base/enums.h" #include "class_linker-inl.h" |