diff options
author | 2017-04-20 22:53:58 -0700 | |
---|---|---|
committer | 2017-04-21 08:41:28 -0700 | |
commit | a1d2f957a21319d1110bebb9a52f46fd1c67ffaf (patch) | |
tree | db9b6eda7cd4764e13c07256df14a7c14888ee75 /runtime/mirror/class-inl.h | |
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 'runtime/mirror/class-inl.h')
-rw-r--r-- | runtime/mirror/class-inl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/mirror/class-inl.h b/runtime/mirror/class-inl.h index d78ed7f7e9..2247f7d1eb 100644 --- a/runtime/mirror/class-inl.h +++ b/runtime/mirror/class-inl.h @@ -19,13 +19,14 @@ #include "class.h" -#include "art_field-inl.h" +#include "art_field.h" #include "art_method.h" #include "base/array_slice.h" #include "base/length_prefixed_array.h" +#include "class_linker-inl.h" #include "class_loader.h" #include "common_throws.h" -#include "dex_file.h" +#include "dex_file-inl.h" #include "gc/heap-inl.h" #include "iftable.h" #include "object_array-inl.h" |