summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-24 18:25:41 -0800
committerMathias Agopian <mathias@google.com>2012-02-24 18:26:01 -0800
commit9eeafeb52fecf90882e9b44eeefcb7c3e16aa915 (patch)
tree0a09b02937d7097e042367163fbe4c9d4b5b2230 /services
parent5ce96d97feafc6989f6141bb2633eae3d87ddf28 (diff)
downloadframeworks_av-9eeafeb52fecf90882e9b44eeefcb7c3e16aa915.zip
frameworks_av-9eeafeb52fecf90882e9b44eeefcb7c3e16aa915.tar.gz
frameworks_av-9eeafeb52fecf90882e9b44eeefcb7c3e16aa915.tar.bz2
remove dependency on android_native{s_priv|buffer}.h
Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89
Diffstat (limited to 'services')
-rw-r--r--services/camera/libcameraservice/CameraHardwareInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/camera/libcameraservice/CameraHardwareInterface.h b/services/camera/libcameraservice/CameraHardwareInterface.h
index 2ac69f78..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>