summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-04-24 17:59:09 -0700
committer Andreas Gampe <agampe@google.com> 2017-05-30 16:26:35 -0700
commitd482e73fe26cb9161511a80e3db39e08b9808ab6 (patch)
tree0b8c874f24c211e4e3d87083f8017580aa23ff63 /runtime/class_linker.h
parenta14100ccf51cc63a5c472188d1e2d337627e49eb (diff)
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
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 7f652ecc94..3d4bbc3d4e 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -64,6 +64,7 @@ class ImtConflictTable;
template<typename T> class LengthPrefixedArray;
template<class T> class MutableHandle;
class InternTable;
+class LinearAlloc;
class OatFile;
template<class T> class ObjectLock;
class Runtime;