diff options
Diffstat (limited to 'libs/surfaceflinger/Buffer.h')
| -rw-r--r-- | libs/surfaceflinger/Buffer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/surfaceflinger/Buffer.h b/libs/surfaceflinger/Buffer.h index 79f4eeb..203da3b 100644 --- a/libs/surfaceflinger/Buffer.h +++ b/libs/surfaceflinger/Buffer.h @@ -20,20 +20,11 @@ #include <stdint.h> #include <sys/types.h> -#include <hardware/gralloc.h> - -#include <utils/Atomic.h> - #include <ui/PixelFormat.h> #include <ui/Rect.h> -#include <ui/Surface.h> - #include <pixelflinger/pixelflinger.h> - -#include <private/ui/SharedBufferStack.h> #include <private/ui/SurfaceBuffer.h> -class copybit_image_t; struct android_native_buffer_t; namespace android { @@ -42,8 +33,6 @@ namespace android { // Buffer // =========================================================================== -class NativeBuffer; - class Buffer : public SurfaceBuffer { public: |
