OSDN Git Service

move libbinder's header files under includes/binder
authorMathias Agopian <mathias@google.com>
Wed, 20 May 2009 02:08:31 +0000 (19:08 -0700)
committerMathias Agopian <mathias@google.com>
Wed, 20 May 2009 20:03:58 +0000 (13:03 -0700)
include/hardware_legacy/IMountService.h
mount/IMountService.cpp

index b956ec8..f5f03c9 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef ANDROID_HARDWARE_IMOUNTSERVICE_H
 #define ANDROID_HARDWARE_IMOUNTSERVICE_H
 
-#include <utils/IInterface.h>
+#include <binder/IInterface.h>
 #include <utils/String16.h>
 
 namespace android {
index d747ba2..c30ac0b 100644 (file)
@@ -17,7 +17,7 @@
 #include <stdint.h>
 #include <sys/types.h>
 
-#include <utils/Parcel.h>
+#include <binder/Parcel.h>
 
 #include <hardware_legacy/IMountService.h>