From 6834d3414308e3d536bc685dbb3d60fe70186f23 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 25 May 2018 13:12:09 +0100 Subject: 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 --- runtime/class_table-inl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/class_table-inl.h') 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 { -- cgit v1.2.3-59-g8ed1b