aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/graphics/opengl/gltexture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h
index 40060e2158..bc5cc2d0a0 100644
--- a/backends/graphics/opengl/gltexture.h
+++ b/backends/graphics/opengl/gltexture.h
@@ -34,13 +34,10 @@
#if defined(USE_GLES)
#include <GLES/gl.h>
-#include <GLES/glext.h>
#elif defined(MACOSX)
#include <OpenGL/gl.h>
-#include <OpenGL/glext.h>
#else
#include <GL/gl.h>
-#include <GL/glext.h>
#endif
#include "graphics/surface.h"