summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Thread.cc
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-04-24 15:09:56 -0700
committerAndreas Gampe <agampe@google.com>2017-05-30 16:10:27 -0700
commita14100ccf51cc63a5c472188d1e2d337627e49eb (patch)
treed659a038e35fdd790b642f51e3eddbc9b51d003a /runtime/native/java_lang_Thread.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_Thread.cc')
-rw-r--r--runtime/native/java_lang_Thread.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/native/java_lang_Thread.cc b/runtime/native/java_lang_Thread.cc
index 346bd30b9d..f3254c4b18 100644
--- a/runtime/native/java_lang_Thread.cc
+++ b/runtime/native/java_lang_Thread.cc
@@ -16,6 +16,8 @@
#include "java_lang_Thread.h"
+#include "nativehelper/jni_macros.h"
+
#include "common_throws.h"
#include "jni_internal.h"
#include "monitor.h"