diff options
Diffstat (limited to 'tests/texturing/depth-tex-compare.c')
-rw-r--r-- | tests/texturing/depth-tex-compare.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/texturing/depth-tex-compare.c b/tests/texturing/depth-tex-compare.c index 7318e0824..d9d01ab4d 100644 --- a/tests/texturing/depth-tex-compare.c +++ b/tests/texturing/depth-tex-compare.c @@ -31,16 +31,6 @@ * clear color (green) using the alpha value. */ -#include <stdlib.h> -#include <stdio.h> -#include <string.h> -#include <GL/glew.h> -#if defined(__APPLE__) -#include <GLUT/glut.h> -#else -#include <GL/glut.h> -#endif - #include "piglit-util.h" static GLboolean Automatic = GL_FALSE; |