From d482e73fe26cb9161511a80e3db39e08b9808ab6 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 24 Apr 2017 17:59:09 -0700 Subject: ART: More header cleanup - runtime.h Remove unnecessary runtime.h includes. Refactor other headers (move to forward declarations) to make this possible. Test: mmma art Change-Id: I297f0ad444ba92169edd16d8c7cbe95bb6dbb800 --- runtime/class_table.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runtime/class_table.h') diff --git a/runtime/class_table.h b/runtime/class_table.h index 430edbba4e..8616dfba93 100644 --- a/runtime/class_table.h +++ b/runtime/class_table.h @@ -25,18 +25,17 @@ #include "base/hash_set.h" #include "base/macros.h" #include "base/mutex.h" -#include "dex_file.h" #include "gc_root.h" #include "obj_ptr.h" -#include "object_callbacks.h" -#include "runtime.h" namespace art { class OatFile; namespace mirror { + class Class; class ClassLoader; + class Object; } // namespace mirror // Each loader has a ClassTable -- cgit v1.2.3-59-g8ed1b