diff options
author | 2009-05-05 18:11:11 -0700 | |
---|---|---|
committer | 2009-05-05 18:11:11 -0700 | |
commit | ac2523b161df2bb507cc88906bb070878266770d (patch) | |
tree | 30ee897d6e8fa63e067627a91697f13f1fbd919d /libs/ui/Surface.cpp | |
parent | e633f9339a2556771c79c784b0b23a9aade30485 (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.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/ui/Surface.cpp b/libs/ui/Surface.cpp index 782eac46beb8..6437619b20e2 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 { |