diff options
author | 2018-05-25 13:12:09 +0100 | |
---|---|---|
committer | 2018-05-25 14:12:31 +0100 | |
commit | 6834d3414308e3d536bc685dbb3d60fe70186f23 (patch) | |
tree | 7c579de52d3acc5cc4d02babf25c7fcb2b94793b /runtime/class_table-inl.h | |
parent | c7aa87e1666ac48ddf9149cfdfd64b026b3969e5 (diff) |
Remove mirror::Reference::java_lang_ref_Reference.
And some #include cleanup after previous CLs removing
static GcRoot<>s.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 31113334
Change-Id: I56b34637f9d793ed7680696a1eeedd07d061ad00
Diffstat (limited to 'runtime/class_table-inl.h')
-rw-r--r-- | runtime/class_table-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_table-inl.h b/runtime/class_table-inl.h index 5da5470c1a..6b6fe341e0 100644 --- a/runtime/class_table-inl.h +++ b/runtime/class_table-inl.h @@ -20,6 +20,7 @@ #include "class_table.h" #include "gc_root-inl.h" +#include "mirror/class.h" #include "oat_file.h" namespace art { |