summaryrefslogtreecommitdiff
path: root/compiler/utils/jni_macro_assembler.cc
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-04-05 11:02:03 -0700
committerDavid Sehr <sehr@google.com>2018-04-05 11:07:59 -0700
commit1ce2b3b76d121a765212d69399241843951973ae (patch)
tree6f2bb0191c869e79891df3151d6faba3a297b9a8 /compiler/utils/jni_macro_assembler.cc
parent281c99864f635ef4fd005dba4ba0c750cb9a6143 (diff)
Move remaining runtime/base stuff to libartbase
Move the remainder of the Arena stuff, plus dumpable and runtime/*memory_region* to libartbase. More preparation to build profiling library. Bug: 22322814 Test: make -j 50 checkbuild Change-Id: Iaf26d310c89bc58846553281576c18102f5e4122
Diffstat (limited to 'compiler/utils/jni_macro_assembler.cc')
-rw-r--r--compiler/utils/jni_macro_assembler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/jni_macro_assembler.cc b/compiler/utils/jni_macro_assembler.cc
index 3f7691b6a8..0c34aa4f1d 100644
--- a/compiler/utils/jni_macro_assembler.cc
+++ b/compiler/utils/jni_macro_assembler.cc
@@ -38,8 +38,8 @@
#include "x86_64/jni_macro_assembler_x86_64.h"
#endif
#include "base/casts.h"
+#include "base/memory_region.h"
#include "globals.h"
-#include "memory_region.h"
namespace art {