packages/apps/Terminal: use proper nativehelper headers am: 8ba8c509c8 am: 6ef2b729b4
am: 70f8a07a4e

Change-Id: I5862c258a1d08b7f36f1b4ba2bca2aed33261cd0
diff --git a/jni/com_android_terminal_Terminal.cpp b/jni/com_android_terminal_Terminal.cpp
index 6d1bdf8..83aaec9 100644
--- a/jni/com_android_terminal_Terminal.cpp
+++ b/jni/com_android_terminal_Terminal.cpp
@@ -21,9 +21,9 @@
 #include "android_runtime/AndroidRuntime.h"
 
 #include "jni.h"
-#include "JNIHelp.h"
-#include "ScopedLocalRef.h"
-#include "ScopedPrimitiveArray.h"
+#include <nativehelper/JNIHelp.h>
+#include <nativehelper/ScopedLocalRef.h>
+#include <nativehelper/ScopedPrimitiveArray.h>
 
 #include <fcntl.h>
 #include <pty.h>