diff options
Diffstat (limited to 'tests/general/scissor-copypixels.c')
-rw-r--r-- | tests/general/scissor-copypixels.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/general/scissor-copypixels.c b/tests/general/scissor-copypixels.c index 46c2013bb..16dcdb45b 100644 --- a/tests/general/scissor-copypixels.c +++ b/tests/general/scissor-copypixels.c @@ -30,15 +30,6 @@ * Tests that glScissor properly affects glCopyPixels(). */ -#include <string.h> -#include <stdio.h> -#include <stdlib.h> -#include <math.h> -#if defined(__APPLE__) -#include <GLUT/glut.h> -#else -#include "GL/glut.h" -#endif #include "piglit-util.h" #define WIN_WIDTH 100 |