diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-24 18:25:41 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-24 18:26:01 -0800 |
commit | af01feafc30152baf8e0a5cfddbf02bd14731fd2 (patch) | |
tree | e19b244ff773d206d21ecccf29296f1848790dd6 /services/camera | |
parent | cc0eaa6582563f51c98db1b232200ac4d2a9a996 (diff) | |
download | frameworks_base-af01feafc30152baf8e0a5cfddbf02bd14731fd2.zip frameworks_base-af01feafc30152baf8e0a5cfddbf02bd14731fd2.tar.gz frameworks_base-af01feafc30152baf8e0a5cfddbf02bd14731fd2.tar.bz2 |
remove dependency on android_native{s_priv|buffer}.h
Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89
Diffstat (limited to 'services/camera')
-rw-r--r-- | services/camera/libcameraservice/CameraHardwareInterface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/camera/libcameraservice/CameraHardwareInterface.h b/services/camera/libcameraservice/CameraHardwareInterface.h index 2ac69f7..78e225f 100644 --- a/services/camera/libcameraservice/CameraHardwareInterface.h +++ b/services/camera/libcameraservice/CameraHardwareInterface.h @@ -22,7 +22,6 @@ #include <binder/MemoryHeapBase.h> #include <utils/RefBase.h> #include <surfaceflinger/ISurface.h> -#include <ui/android_native_buffer.h> #include <ui/GraphicBuffer.h> #include <camera/Camera.h> #include <camera/CameraParameters.h> |