diff options
author | 2009-05-05 18:11:11 -0700 | |
---|---|---|
committer | 2009-05-05 18:11:11 -0700 | |
commit | 7189c0054e29a66d945f5657c48d5ecf538ea511 (patch) | |
tree | 59ffcb8c9e9aa615b86dd3b033059e1014eda3ac /opengl/libagl/egl.cpp | |
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 'opengl/libagl/egl.cpp')
-rw-r--r-- | opengl/libagl/egl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp index 720ba0bdaf..0950f3ea26 100644 --- a/opengl/libagl/egl.cpp +++ b/opengl/libagl/egl.cpp @@ -33,13 +33,14 @@ #include <EGL/egl.h> #include <EGL/eglext.h> -#include <EGL/android_natives.h> #include <GLES/gl.h> #include <GLES/glext.h> #include <pixelflinger/format.h> #include <pixelflinger/pixelflinger.h> +#include <ui/egl/android_natives.h> + #include "context.h" #include "state.h" #include "texture.h" |