summaryrefslogtreecommitdiff
path: root/libs/ui/Surface.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-05-05 18:11:11 -0700
committer Mathias Agopian <mathias@google.com> 2009-05-05 18:11:11 -0700
commit7189c0054e29a66d945f5657c48d5ecf538ea511 (patch)
tree59ffcb8c9e9aa615b86dd3b033059e1014eda3ac /libs/ui/Surface.cpp
parent21c59d0070fe24a8e04e52ce04d511a924a9932f (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/ui/Surface.cpp')
-rw-r--r--libs/ui/Surface.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/ui/Surface.cpp b/libs/ui/Surface.cpp
index 782eac46be..6437619b20 100644
--- a/libs/ui/Surface.cpp
+++ b/libs/ui/Surface.cpp
@@ -36,12 +36,11 @@
#include <ui/SurfaceComposerClient.h>
#include <ui/Rect.h>
-#include <EGL/android_natives.h>
+#include <pixelflinger/pixelflinger.h>
#include <private/ui/SharedState.h>
#include <private/ui/LayerState.h>
-
-#include <pixelflinger/pixelflinger.h>
+#include <private/ui/SurfaceBuffer.h>
namespace android {