diff options
author | 2018-05-25 13:12:09 +0100 | |
---|---|---|
committer | 2018-05-25 14:12:31 +0100 | |
commit | 6834d3414308e3d536bc685dbb3d60fe70186f23 (patch) | |
tree | 7c579de52d3acc5cc4d02babf25c7fcb2b94793b /runtime/mirror/array.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/mirror/array.h')
-rw-r--r-- | runtime/mirror/array.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/mirror/array.h b/runtime/mirror/array.h index c9c99e8621..aeaaf67310 100644 --- a/runtime/mirror/array.h +++ b/runtime/mirror/array.h @@ -19,7 +19,6 @@ #include "base/enums.h" #include "gc/allocator_type.h" -#include "gc_root.h" #include "obj_ptr.h" #include "object.h" |