summaryrefslogtreecommitdiff
path: root/tests/texturing/getteximage-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/getteximage-simple.c')
-rw-r--r--tests/texturing/getteximage-simple.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/texturing/getteximage-simple.c b/tests/texturing/getteximage-simple.c
index 4d5645f50..07b75eec4 100644
--- a/tests/texturing/getteximage-simple.c
+++ b/tests/texturing/getteximage-simple.c
@@ -10,20 +10,8 @@
* This used to crash for R300+bufmgr.
*/
-#include <assert.h>
-#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"
-
static int Automatic = 0;
static int Width = 100, Height = 100;
static GLubyte data[4096]; /* 64*16*4 */