diff options
author | 2009-05-05 18:11:11 -0700 | |
---|---|---|
committer | 2009-05-05 18:11:11 -0700 | |
commit | 7189c0054e29a66d945f5657c48d5ecf538ea511 (patch) | |
tree | 59ffcb8c9e9aa615b86dd3b033059e1014eda3ac /libs/surfaceflinger/LayerBitmap.h | |
parent | 21c59d0070fe24a8e04e52ce04d511a924a9932f (diff) |
move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h
the android_native_ types are just forward declared in egl.h
Diffstat (limited to 'libs/surfaceflinger/LayerBitmap.h')
-rw-r--r-- | libs/surfaceflinger/LayerBitmap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/surfaceflinger/LayerBitmap.h b/libs/surfaceflinger/LayerBitmap.h index 6e136a2ae7..824e0f2b31 100644 --- a/libs/surfaceflinger/LayerBitmap.h +++ b/libs/surfaceflinger/LayerBitmap.h @@ -28,12 +28,10 @@ #include <ui/Rect.h> #include <ui/Surface.h> -#include <EGL/android_natives.h> - #include <pixelflinger/pixelflinger.h> #include <private/ui/SharedState.h> - +#include <private/ui/SurfaceBuffer.h> class copybit_image_t; struct android_native_buffer_t; |