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/bug_3195.c | |
parent | bbb41153c23600f8ec25405add2341f770346911 (diff) |
progs/tests: Remove unnecessary headers.
Diffstat (limited to 'progs/tests/bug_3195.c')
-rw-r--r-- | progs/tests/bug_3195.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/bug_3195.c b/progs/tests/bug_3195.c index a075b94e370..3574c1f7176 100644 --- a/progs/tests/bug_3195.c +++ b/progs/tests/bug_3195.c @@ -38,7 +38,6 @@ #include <math.h> #include <GL/glew.h> #include <GL/glut.h> -#include <GL/glext.h> #include "readtex.h" |