From 09659c22dc2f2c85a0ade965d1fc5160944b8692 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 18 Sep 2017 18:23:32 -0700 Subject: ART: Remove heap poisoning from globals.h Remove mostly-unused include and move it to its users. Test: m Change-Id: Ibb40f919db64a490290c6e18cf1123aaf44199fc --- compiler/optimizing/scheduler_arm.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/scheduler_arm.cc') 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" -- cgit v1.2.3-59-g8ed1b