hardware/intel/common/utils: use proper nativehelper headers am: 740af2fef0
am: 41d8731011

Change-Id: Ia4d232453613be4ce7bb41ec1aca33ee40a8991e
diff --git a/ituxd/jni/onload.cpp b/ituxd/jni/onload.cpp
index edfba47..78e06f0 100644
--- a/ituxd/jni/onload.cpp
+++ b/ituxd/jni/onload.cpp
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "JNIHelp.h"
+#include <nativehelper/JNIHelp.h>
 #include "jni.h"
 #include "utils/Log.h"
 #include "utils/misc.h"
diff --git a/ituxd/jni/thermalJNI.cpp b/ituxd/jni/thermalJNI.cpp
index cf8148e..2a1360f 100644
--- a/ituxd/jni/thermalJNI.cpp
+++ b/ituxd/jni/thermalJNI.cpp
@@ -16,7 +16,7 @@
 
 #define LOG_TAG "ThermalManagerJNI"
 
-#include "JNIHelp.h"
+#include <nativehelper/JNIHelp.h>
 #include "jni.h"
 #include <utils/Log.h>
 #include <utils/misc.h>