summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/object_reference.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-09-18 18:23:32 -0700
committerAndreas Gampe <agampe@google.com>2017-09-19 10:26:51 -0700
commit09659c22dc2f2c85a0ade965d1fc5160944b8692 (patch)
tree66fd5729395d27569c4d9d255a5ce9b44cb000bf /runtime/mirror/object_reference.h
parent4d159807a4854caa6396b708a38bbd6fa49d736f (diff)
downloadart-09659c22dc2f2c85a0ade965d1fc5160944b8692.tar.gz
art-09659c22dc2f2c85a0ade965d1fc5160944b8692.tar.bz2
art-09659c22dc2f2c85a0ade965d1fc5160944b8692.zip
ART: Remove heap poisoning from globals.h
Remove mostly-unused include and move it to its users. Test: m Change-Id: Ibb40f919db64a490290c6e18cf1123aaf44199fc
Diffstat (limited to 'runtime/mirror/object_reference.h')
-rw-r--r--runtime/mirror/object_reference.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/object_reference.h b/runtime/mirror/object_reference.h
index c62ee6cb61..7fd9c71b24 100644
--- a/runtime/mirror/object_reference.h
+++ b/runtime/mirror/object_reference.h
@@ -20,6 +20,7 @@
#include "atomic.h"
#include "base/mutex.h" // For Locks::mutator_lock_.
#include "globals.h"
+#include "heap_poisoning.h"
#include "obj_ptr.h"
namespace art {