summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-06-06 20:46:10 -0700
committer Andreas Gampe <agampe@google.com> 2017-06-09 11:36:45 -0700
commitb2d18fa4e33ca119654ced872c70fe198b0b2db5 (patch)
tree9f0e3ac72b9b7b08794e1ecf458620ba19437465 /compiler
parent58794c5c23f46a7476a58e5a10dbeebb6321aa90 (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 'compiler')
-rw-r--r--compiler/image_writer.cc1
-rw-r--r--compiler/image_writer.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/compiler/image_writer.cc b/compiler/image_writer.cc
index 16c9f10cce..406892e499 100644
--- a/compiler/image_writer.cc
+++ b/compiler/image_writer.cc
@@ -49,7 +49,6 @@
#include "globals.h"
#include "image.h"
#include "imt_conflict_table.h"
-#include "intern_table.h"
#include "jni_internal.h"
#include "linear_alloc.h"
#include "lock_word.h"
diff --git a/compiler/image_writer.h b/compiler/image_writer.h
index 3db4fab128..5e2db7d8f7 100644
--- a/compiler/image_writer.h
+++ b/compiler/image_writer.h
@@ -36,6 +36,7 @@
#include "class_table.h"
#include "driver/compiler_driver.h"
#include "image.h"
+#include "intern_table.h"
#include "lock_word.h"
#include "mem_map.h"
#include "mirror/dex_cache.h"