summaryrefslogtreecommitdiff
path: root/tests/general/texgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/texgen.c')
-rw-r--r--tests/general/texgen.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/general/texgen.c b/tests/general/texgen.c
index 30bc6d610..5a27c9560 100644
--- a/tests/general/texgen.c
+++ b/tests/general/texgen.c
@@ -26,20 +26,8 @@
* Test a number of basic TexGen functions.
*/
-#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 Width = 128, Height = 128;
static int Automatic = 0;
static int CurrentTest = 0;