summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_arm.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-09-18 18:23:32 -0700
committer Andreas Gampe <agampe@google.com> 2017-09-19 10:26:51 -0700
commit09659c22dc2f2c85a0ade965d1fc5160944b8692 (patch)
tree66fd5729395d27569c4d9d255a5ce9b44cb000bf /compiler/optimizing/scheduler_arm.cc
parent4d159807a4854caa6396b708a38bbd6fa49d736f (diff)
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 'compiler/optimizing/scheduler_arm.cc')
-rw-r--r--compiler/optimizing/scheduler_arm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/scheduler_arm.cc b/compiler/optimizing/scheduler_arm.cc
index d6eb6e3c52..66756a5fc7 100644
--- a/compiler/optimizing/scheduler_arm.cc
+++ b/compiler/optimizing/scheduler_arm.cc
@@ -19,6 +19,7 @@
#include "arch/arm/instruction_set_features_arm.h"
#include "code_generator_utils.h"
#include "common_arm.h"
+#include "heap_poisoning.h"
#include "mirror/array-inl.h"
#include "mirror/string.h"