summaryrefslogtreecommitdiff
path: root/runtime/class_table-inl.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-06-05 16:42:13 -0700
committer Andreas Gampe <agampe@google.com> 2017-06-05 20:28:21 -0700
commit508fdf3eb53824f109c89f98484927085bdc43ba (patch)
tree4ed08886adc50962b7fd46936923e29057e2fdb2 /runtime/class_table-inl.h
parent2ff3b97500b717f69415ae474d5cfb1613cd15ee (diff)
ART: Small class-inl.h cleanup
Remove unnecessary class_linker-inl.h include, and fix up all transitives (mainly gc_root-inl.h). Also clean up reference.h. Test: m test-art-host Change-Id: I47bd6edcfe4a23821e37a6e6fa8cca91d0d2d226
Diffstat (limited to 'runtime/class_table-inl.h')
-rw-r--r--runtime/class_table-inl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/class_table-inl.h b/runtime/class_table-inl.h
index 35fce4063b..b15d82f5e4 100644
--- a/runtime/class_table-inl.h
+++ b/runtime/class_table-inl.h
@@ -18,6 +18,8 @@
#define ART_RUNTIME_CLASS_TABLE_INL_H_
#include "class_table.h"
+
+#include "gc_root-inl.h"
#include "oat_file.h"
namespace art {