diff options
Diffstat (limited to 'progs/tests/arraytexture.c')
-rw-r--r-- | progs/tests/arraytexture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/arraytexture.c b/progs/tests/arraytexture.c index 28252a354bf..e4e86b9b4ce 100644 --- a/progs/tests/arraytexture.c +++ b/progs/tests/arraytexture.c @@ -36,7 +36,6 @@ #include <math.h> #include <GL/glew.h> #include <GL/glut.h> -#include <GL/glext.h> #if !defined(GL_EXT_texture_array) && !defined(GL_MESA_texture_array) # error "This demo requires enums for either GL_EXT_texture_array or GL_MESA_texture_array to build." |