diff options
| 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 |
| commit | 09659c22dc2f2c85a0ade965d1fc5160944b8692 (patch) | |
| tree | 66fd5729395d27569c4d9d255a5ce9b44cb000bf /compiler/debug | |
| parent | 4d159807a4854caa6396b708a38bbd6fa49d736f (diff) | |
| download | art-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 'compiler/debug')
| -rw-r--r-- | compiler/debug/elf_debug_info_writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/debug/elf_debug_info_writer.h b/compiler/debug/elf_debug_info_writer.h index 6c6bd63b14..2801240d69 100644 --- a/compiler/debug/elf_debug_info_writer.h +++ b/compiler/debug/elf_debug_info_writer.h @@ -30,6 +30,7 @@ #include "dex_file-inl.h" #include "dex_file.h" #include "elf_builder.h" +#include "heap_poisoning.h" #include "linear_alloc.h" #include "mirror/array.h" #include "mirror/class-inl.h" |
