diff options
author | 2009-05-19 19:08:10 -0700 | |
---|---|---|
committer | 2009-05-20 12:55:03 -0700 | |
commit | c5b2c0bf8007562536b822eb060fc54a01f8e08b (patch) | |
tree | da6084f542177972cf72a985b5d2c10330f87de3 /camera/libcameraservice/CameraService.cpp | |
parent | 208059f67ed2dd9fa025e07fcb6954d3cb61c79e (diff) |
move libbinder's header files under includes/binder
Diffstat (limited to 'camera/libcameraservice/CameraService.cpp')
-rw-r--r-- | camera/libcameraservice/CameraService.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/camera/libcameraservice/CameraService.cpp b/camera/libcameraservice/CameraService.cpp index f85ea9f850..4f0fe21b16 100644 --- a/camera/libcameraservice/CameraService.cpp +++ b/camera/libcameraservice/CameraService.cpp @@ -20,12 +20,12 @@ #define LOG_TAG "CameraService" #include <utils/Log.h> -#include <utils/IServiceManager.h> -#include <utils/IPCThreadState.h> +#include <binder/IServiceManager.h> +#include <binder/IPCThreadState.h> #include <utils/String16.h> #include <utils/Errors.h> -#include <utils/MemoryBase.h> -#include <utils/MemoryHeapBase.h> +#include <binder/MemoryBase.h> +#include <binder/MemoryHeapBase.h> #include <ui/ICameraService.h> #include <media/mediaplayer.h> |