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/utils/mips/assembler_mips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/utils/mips/assembler_mips.h') diff --git a/compiler/utils/mips/assembler_mips.h b/compiler/utils/mips/assembler_mips.h index 0f163ac83f..0b4eb9ca55 100644 --- a/compiler/utils/mips/assembler_mips.h +++ b/compiler/utils/mips/assembler_mips.h @@ -28,6 +28,7 @@ #include "base/stl_util_identity.h" #include "constants_mips.h" #include "globals.h" +#include "heap_poisoning.h" #include "managed_register_mips.h" #include "offsets.h" #include "utils/assembler.h" -- cgit v1.2.3-59-g8ed1b