summaryrefslogtreecommitdiffstats
path: root/core/jni/android_util_Binder.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-19 19:08:10 -0700
committerMathias Agopian <mathias@google.com>2009-05-20 12:55:03 -0700
commit0795272aa226f4e965968a03daddc53ce30b7cda (patch)
tree6b4e8ba5e57c5dcf2dd770c24e14c43eda42fdd7 /core/jni/android_util_Binder.cpp
parent25ba5b6564224dceefa086b5c439ef28dad530ca (diff)
downloadframeworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.zip
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.gz
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.bz2
move libbinder's header files under includes/binder
Diffstat (limited to 'core/jni/android_util_Binder.cpp')
-rw-r--r--core/jni/android_util_Binder.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/jni/android_util_Binder.cpp b/core/jni/android_util_Binder.cpp
index 7325432..f0885fd 100644
--- a/core/jni/android_util_Binder.cpp
+++ b/core/jni/android_util_Binder.cpp
@@ -25,12 +25,12 @@
#include <stdio.h>
#include <utils/Atomic.h>
-#include <utils/IInterface.h>
-#include <utils/IPCThreadState.h>
+#include <binder/IInterface.h>
+#include <binder/IPCThreadState.h>
#include <utils/Log.h>
-#include <utils/Parcel.h>
-#include <utils/ProcessState.h>
-#include <utils/IServiceManager.h>
+#include <binder/Parcel.h>
+#include <binder/ProcessState.h>
+#include <binder/IServiceManager.h>
#include <android_runtime/AndroidRuntime.h>