diff options
Diffstat (limited to 'tests/general/stencil-drawpixels.c')
-rw-r--r-- | tests/general/stencil-drawpixels.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/general/stencil-drawpixels.c b/tests/general/stencil-drawpixels.c index 13cee1656..76e1f4035 100644 --- a/tests/general/stencil-drawpixels.c +++ b/tests/general/stencil-drawpixels.c @@ -30,16 +30,6 @@ * Tests that glDrawPixels(GL_STENCIL) minimally works. */ -#include <string.h> -#include <stdio.h> -#include <stdlib.h> -#include <math.h> -#include <assert.h> -#if defined(__APPLE__) -#include <GLUT/glut.h> -#else -#include "GL/glut.h" -#endif #include "piglit-util.h" #define WIN_WIDTH 100 |