summaryrefslogtreecommitdiffstats
path: root/include/ui/ICamera.h
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
commitc5b2c0bf8007562536b822eb060fc54a01f8e08b (patch)
treeda6084f542177972cf72a985b5d2c10330f87de3 /include/ui/ICamera.h
parent208059f67ed2dd9fa025e07fcb6954d3cb61c79e (diff)
downloadframeworks_native-c5b2c0bf8007562536b822eb060fc54a01f8e08b.zip
frameworks_native-c5b2c0bf8007562536b822eb060fc54a01f8e08b.tar.gz
frameworks_native-c5b2c0bf8007562536b822eb060fc54a01f8e08b.tar.bz2
move libbinder's header files under includes/binder
Diffstat (limited to 'include/ui/ICamera.h')
-rw-r--r--include/ui/ICamera.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ui/ICamera.h b/include/ui/ICamera.h
index 241fb63..1df7914 100644
--- a/include/ui/ICamera.h
+++ b/include/ui/ICamera.h
@@ -18,10 +18,10 @@
#define ANDROID_HARDWARE_ICAMERA_H
#include <utils/RefBase.h>
-#include <utils/IInterface.h>
-#include <utils/Parcel.h>
+#include <binder/IInterface.h>
+#include <binder/Parcel.h>
#include <ui/ISurface.h>
-#include <utils/IMemory.h>
+#include <binder/IMemory.h>
#include <utils/String8.h>
#include <ui/Camera.h>