From cab01ac294bb8ded259851673baa4c6ca226f828 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 18 Jul 2017 16:18:36 -0700 Subject: libcore: 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 libcore find headers Bug: 63762847 Change-Id: Ic5873017bcf4d1c6e0873d7030ce56ee597b580d --- include/ScopedJavaUnicodeString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ScopedJavaUnicodeString.h') diff --git a/include/ScopedJavaUnicodeString.h b/include/ScopedJavaUnicodeString.h index 4e74ee1040..a30aa7e600 100644 --- a/include/ScopedJavaUnicodeString.h +++ b/include/ScopedJavaUnicodeString.h @@ -17,7 +17,7 @@ #ifndef SCOPED_JAVA_UNICODE_STRING_H_included #define SCOPED_JAVA_UNICODE_STRING_H_included -#include "JNIHelp.h" +#include #include "unicode/unistr.h" // A smart pointer that provides access to an ICU UnicodeString given a JNI -- cgit v1.2.3