summaryrefslogtreecommitdiff
path: root/opengl/libagl/TextureObjectManager.h
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
commitac2523b161df2bb507cc88906bb070878266770d (patch)
tree30ee897d6e8fa63e067627a91697f13f1fbd919d /opengl/libagl/TextureObjectManager.h
parente633f9339a2556771c79c784b0b23a9aade30485 (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/TextureObjectManager.h')
-rw-r--r--opengl/libagl/TextureObjectManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/TextureObjectManager.h b/opengl/libagl/TextureObjectManager.h
index 29d50370eb41..e0eadf147959 100644
--- a/opengl/libagl/TextureObjectManager.h
+++ b/opengl/libagl/TextureObjectManager.h
@@ -30,7 +30,7 @@
#include <private/pixelflinger/ggl_context.h>
#include <GLES/gl.h>
-#include <EGL/android_natives.h>
+#include <EGL/egl.h>
#include "Tokenizer.h"
#include "TokenManager.h"