commit | 7189c0054e29a66d945f5657c48d5ecf538ea511 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue May 05 18:11:11 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 05 18:11:11 2009 -0700 |
tree | 59ffcb8c9e9aa615b86dd3b033059e1014eda3ac | |
parent | 21c59d0070fe24a8e04e52ce04d511a924a9932f [diff] [blame] |
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
diff --git a/libs/ui/ISurface.cpp b/libs/ui/ISurface.cpp index fcea8ec..ec922d0 100644 --- a/libs/ui/ISurface.cpp +++ b/libs/ui/ISurface.cpp
@@ -27,6 +27,7 @@ #include <ui/Overlay.h> #include <ui/Surface.h> +#include <private/ui/SurfaceBuffer.h> namespace android {