summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_VMClassLoader.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-04-24 15:09:56 -0700
committer Andreas Gampe <agampe@google.com> 2017-05-30 16:10:27 -0700
commita14100ccf51cc63a5c472188d1e2d337627e49eb (patch)
treed659a038e35fdd790b642f51e3eddbc9b51d003a /runtime/native/java_lang_VMClassLoader.cc
parent1171deea4cb2f2db67a310ea8797d06206b2bdea (diff)
ART: More header cleanup - jni_internal.h
Move jni_macros.h to the clients (users of RegisterNativeMethods). Test: mmma art Change-Id: I052ac9f703ec69f0a2df1efcaf9f4a450eb7be1c
Diffstat (limited to 'runtime/native/java_lang_VMClassLoader.cc')
-rw-r--r--runtime/native/java_lang_VMClassLoader.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/native/java_lang_VMClassLoader.cc b/runtime/native/java_lang_VMClassLoader.cc
index 32cc98ec05..55955e7c57 100644
--- a/runtime/native/java_lang_VMClassLoader.cc
+++ b/runtime/native/java_lang_VMClassLoader.cc
@@ -16,6 +16,8 @@
#include "java_lang_VMClassLoader.h"
+#include "nativehelper/jni_macros.h"
+
#include "class_linker.h"
#include "jni_internal.h"
#include "mirror/class_loader.h"