Tidy up some includes.

Change-Id: I5abd4f8ab06db0c77fa369fcd97d8f1259b343df
diff --git a/JNIHelp.cpp b/JNIHelp.cpp
index 79a4042..e1ad6fc 100644
--- a/JNIHelp.cpp
+++ b/JNIHelp.cpp
@@ -17,7 +17,7 @@
 #define LOG_TAG "JNIHelp"
 
 #include "JNIHelp.h"
-#include "utils/Log.h"
+#include "cutils/log.h"
 
 #include <stdlib.h>
 #include <string.h>
diff --git a/include/nativehelper/JNIHelp.h b/include/nativehelper/JNIHelp.h
index ff9cf86..c45445c 100644
--- a/include/nativehelper/JNIHelp.h
+++ b/include/nativehelper/JNIHelp.h
@@ -24,7 +24,7 @@
 #define _NATIVEHELPER_JNIHELP_H
 
 #include "jni.h"
-#include "utils/Log.h"
+#include "cutils/log.h"
 #include <unistd.h>
 
 #ifndef NELEM