summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/arm64/int_arm64.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-10-08 11:47:24 -0700
committerIan Rogers <irogers@google.com>2014-10-08 11:57:59 -0700
commit7e70b002c4552347ed1af8c002a0e13f08864f20 (patch)
tree79d5ee5444a5be70130d9a75dd51831c4b15687b /compiler/dex/quick/arm64/int_arm64.cc
parentedc34c88b8f8abd04f9c4668787403608cf0b2d4 (diff)
downloadandroid_art-7e70b002c4552347ed1af8c002a0e13f08864f20.tar.gz
android_art-7e70b002c4552347ed1af8c002a0e13f08864f20.tar.bz2
android_art-7e70b002c4552347ed1af8c002a0e13f08864f20.zip
Header file clean up.
Remove runtime.h from object.h. Move TypeStaticIf to its own header file to avoid bringing utils.h into allocator.h. Move Array::DataOffset into -inl.h as it now has a utils.h dependency. Fix include issues arising from this. Change-Id: I4605b1aa4ff5f8dc15706a0132e15df03c7c8ba0
Diffstat (limited to 'compiler/dex/quick/arm64/int_arm64.cc')
-rw-r--r--compiler/dex/quick/arm64/int_arm64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/arm64/int_arm64.cc b/compiler/dex/quick/arm64/int_arm64.cc
index 97f3994564..abcb30f49a 100644
--- a/compiler/dex/quick/arm64/int_arm64.cc
+++ b/compiler/dex/quick/arm64/int_arm64.cc
@@ -21,7 +21,7 @@
#include "dex/quick/mir_to_lir-inl.h"
#include "dex/reg_storage_eq.h"
#include "entrypoints/quick/quick_entrypoints.h"
-#include "mirror/array.h"
+#include "mirror/array-inl.h"
#include "utils.h"
namespace art {