diff options
author | 2017-04-24 17:59:09 -0700 | |
---|---|---|
committer | 2017-05-30 16:26:35 -0700 | |
commit | d482e73fe26cb9161511a80e3db39e08b9808ab6 (patch) | |
tree | 0b8c874f24c211e4e3d87083f8017580aa23ff63 /runtime/mirror/reference.h | |
parent | a14100ccf51cc63a5c472188d1e2d337627e49eb (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/mirror/reference.h')
-rw-r--r-- | runtime/mirror/reference.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/mirror/reference.h b/runtime/mirror/reference.h index f2fa589500..cfcbd5ae1f 100644 --- a/runtime/mirror/reference.h +++ b/runtime/mirror/reference.h @@ -22,10 +22,7 @@ #include "gc_root.h" #include "obj_ptr.h" #include "object.h" -#include "object_callbacks.h" #include "read_barrier_option.h" -#include "runtime.h" -#include "thread.h" namespace art { |