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/mipmap_comp_tests.c | |
parent | bbb41153c23600f8ec25405add2341f770346911 (diff) |
progs/tests: Remove unnecessary headers.
Diffstat (limited to 'progs/tests/mipmap_comp_tests.c')
-rw-r--r-- | progs/tests/mipmap_comp_tests.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/tests/mipmap_comp_tests.c b/progs/tests/mipmap_comp_tests.c index e865b30ad0f..b93a5c61393 100644 --- a/progs/tests/mipmap_comp_tests.c +++ b/progs/tests/mipmap_comp_tests.c @@ -48,8 +48,6 @@ #include <GL/glew.h> #include <GL/glut.h> -#include "readtex.h" - #define SIZE 16 /* not larger then 16 */ static GLint BaseLevel = 0, MaxLevel ; |