diff options
author | 2017-06-06 20:46:10 -0700 | |
---|---|---|
committer | 2017-06-09 11:36:45 -0700 | |
commit | b2d18fa4e33ca119654ced872c70fe198b0b2db5 (patch) | |
tree | 9f0e3ac72b9b7b08794e1ecf458620ba19437465 /patchoat/patchoat.cc | |
parent | 58794c5c23f46a7476a58e5a10dbeebb6321aa90 (diff) |
ART: Clean up asm_support.h
The includes are only ever really needed for tests. Factor out
generation of the test function into asm_support_check.h
Fix up missing includes, mainly intern_table.h.
Test: m
Test: m test-art-host
Change-Id: I435199e6211e368be0a06c80d8fa95b9593aca31
Diffstat (limited to 'patchoat/patchoat.cc')
-rw-r--r-- | patchoat/patchoat.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchoat/patchoat.cc b/patchoat/patchoat.cc index e750ede8fa..ec3481b622 100644 --- a/patchoat/patchoat.cc +++ b/patchoat/patchoat.cc @@ -40,6 +40,7 @@ #include "elf_file_impl.h" #include "gc/space/image_space.h" #include "image-inl.h" +#include "intern_table.h" #include "mirror/dex_cache.h" #include "mirror/executable.h" #include "mirror/object-inl.h" |