diff options
author | 2009-05-19 19:08:10 -0700 | |
---|---|---|
committer | 2009-05-20 12:55:03 -0700 | |
commit | 0795272aa226f4e965968a03daddc53ce30b7cda (patch) | |
tree | 6b4e8ba5e57c5dcf2dd770c24e14c43eda42fdd7 /libs/ui/ICameraService.cpp | |
parent | 25ba5b6564224dceefa086b5c439ef28dad530ca (diff) |
move libbinder's header files under includes/binder
Diffstat (limited to 'libs/ui/ICameraService.cpp')
-rw-r--r-- | libs/ui/ICameraService.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ui/ICameraService.cpp b/libs/ui/ICameraService.cpp index e5687fef68bf..1adb4aa2cb50 100644 --- a/libs/ui/ICameraService.cpp +++ b/libs/ui/ICameraService.cpp @@ -18,9 +18,9 @@ #include <stdint.h> #include <sys/types.h> -#include <utils/Parcel.h> -#include <utils/IPCThreadState.h> -#include <utils/IServiceManager.h> +#include <binder/Parcel.h> +#include <binder/IPCThreadState.h> +#include <binder/IServiceManager.h> #include <ui/ICameraService.h> |