diff options
author | Vinson Lee <[email protected]> | 2010-01-28 15:11:39 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-28 15:11:39 -0800 |
commit | d40070029f8f57b55c87e9310ab948342313a046 (patch) | |
tree | a10ba74582083cd8e508468a160502b04e128b8f /progs/tests/arraytexture.c | |
parent | bbb41153c23600f8ec25405add2341f770346911 (diff) |
progs/tests: Remove unnecessary headers.
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." |