diff options
Diffstat (limited to 'progs/tests/mipmap_comp.c')
-rw-r--r-- | progs/tests/mipmap_comp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/tests/mipmap_comp.c b/progs/tests/mipmap_comp.c index dd2232113b6..122d157949a 100644 --- a/progs/tests/mipmap_comp.c +++ b/progs/tests/mipmap_comp.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 = 9; |