commit | a1d2f957a21319d1110bebb9a52f46fd1c67ffaf | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Apr 20 22:53:58 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Apr 21 08:41:28 2017 -0700 |
tree | db9b6eda7cd4764e13c07256df14a7c14888ee75 | |
parent | c6ea7d00ad069a2736f603daa3d8eaa9a1f8ea11 [diff] [blame] |
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
diff --git a/runtime/mirror/class-refvisitor-inl.h b/runtime/mirror/class-refvisitor-inl.h index ffc4af5..3d52ead 100644 --- a/runtime/mirror/class-refvisitor-inl.h +++ b/runtime/mirror/class-refvisitor-inl.h
@@ -19,6 +19,7 @@ #include "class-inl.h" +#include "art_field-inl.h" #include "class_ext-inl.h" namespace art {