summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/arm64/int_arm64.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-10-08 19:56:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-08 19:56:27 +0000
commit5bf66fd9e6541d6386235b584d0a3f0c0dc06370 (patch)
treec4a8a163d1802eee8b8ec5a5e7385535a3a8d8e3 /compiler/dex/quick/arm64/int_arm64.cc
parent35d013f642be175b3baf78cd28582aebe9beb69a (diff)
parent175b2732f7e55a07094c30aa08d946189b4af97e (diff)
downloadandroid_art-5bf66fd9e6541d6386235b584d0a3f0c0dc06370.tar.gz
android_art-5bf66fd9e6541d6386235b584d0a3f0c0dc06370.tar.bz2
android_art-5bf66fd9e6541d6386235b584d0a3f0c0dc06370.zip
am 175b2732: Merge "Header file clean up."
* commit '175b2732f7e55a07094c30aa08d946189b4af97e': Header file clean up.
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 8ce0afd94b..b1c06148da 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 {