summaryrefslogtreecommitdiff
path: root/runtime/openjdkjvmti/jvmti_weak_table-inl.h
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2017-07-18 16:53:49 -0700
committer Steven Moreland <smoreland@google.com> 2017-07-18 18:25:55 -0700
commite431e2758d62cf56f7f347f5a8c9d79e41b6dcd7 (patch)
treeb8733533e2478069aabbdc3a34d0f40aff33e1b1 /runtime/openjdkjvmti/jvmti_weak_table-inl.h
parentb98d384eb424ad7e1dc9816392ded33dce0e0372 (diff)
art: use proper nativehelper headers
libnativeheader exports headers under nativeheader. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using art find headers Bug: 63762847 Change-Id: I5c820d677e94e07b2859e78610bc997fe51b41dc
Diffstat (limited to 'runtime/openjdkjvmti/jvmti_weak_table-inl.h')
-rw-r--r--runtime/openjdkjvmti/jvmti_weak_table-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/openjdkjvmti/jvmti_weak_table-inl.h b/runtime/openjdkjvmti/jvmti_weak_table-inl.h
index 64ab3e7b2e..a640acbe98 100644
--- a/runtime/openjdkjvmti/jvmti_weak_table-inl.h
+++ b/runtime/openjdkjvmti/jvmti_weak_table-inl.h
@@ -44,8 +44,8 @@
#include "jvmti_allocator.h"
#include "mirror/class.h"
#include "mirror/object.h"
+#include "nativehelper/ScopedLocalRef.h"
#include "runtime.h"
-#include "ScopedLocalRef.h"
namespace openjdkjvmti {