summaryrefslogtreecommitdiffstats
path: root/libnativehelper
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-06-08 15:54:05 -0700
committerElliott Hughes <enh@google.com>2011-06-08 15:54:05 -0700
commitac518bce0e538749b12c09d4400cb0d30c350391 (patch)
treef07df1fe1106a9a5ee0ae8125726cf5b0a91cb2d /libnativehelper
parentd492aa1846ba97c5f64d608e427be80cd0a3cf73 (diff)
downloadandroid_dalvik-ac518bce0e538749b12c09d4400cb0d30c350391.tar.gz
android_dalvik-ac518bce0e538749b12c09d4400cb0d30c350391.tar.bz2
android_dalvik-ac518bce0e538749b12c09d4400cb0d30c350391.zip
Tidy up some includes.
Change-Id: I5abd4f8ab06db0c77fa369fcd97d8f1259b343df
Diffstat (limited to 'libnativehelper')
-rw-r--r--libnativehelper/JNIHelp.cpp2
-rw-r--r--libnativehelper/include/nativehelper/JNIHelp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libnativehelper/JNIHelp.cpp b/libnativehelper/JNIHelp.cpp
index 79a4042f5..e1ad6fc92 100644
--- a/libnativehelper/JNIHelp.cpp
+++ b/libnativehelper/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/libnativehelper/include/nativehelper/JNIHelp.h b/libnativehelper/include/nativehelper/JNIHelp.h
index ff9cf862d..c45445c6a 100644
--- a/libnativehelper/include/nativehelper/JNIHelp.h
+++ b/libnativehelper/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