hardware/intel/common/utils: use proper nativehelper headers am: 740af2fef0 am: 41d8731011 am: 87b12b90aa
am: 2bbcc43547

Change-Id: I2cd53eabb78037084aeceba91505b15de6c1d62b
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>