summaryrefslogtreecommitdiff
path: root/tests/shaders/fp-incomplete-tex.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-09-29 13:32:17 -0700
committerEric Anholt <eric@anholt.net>2009-09-29 13:40:44 -0700
commitc9eafa83c3dc04178545acc54b677420e8ae06fa (patch)
tree20d3409a1b9c85e94589c7d2edea21306f4d7323 /tests/shaders/fp-incomplete-tex.c
parentdc1d9ed1a264441e67965a02d3438c33d5302b7b (diff)
Replace the copy-and-pasted header setup with consistent use of piglit-util.h.
Diffstat (limited to 'tests/shaders/fp-incomplete-tex.c')
-rw-r--r--tests/shaders/fp-incomplete-tex.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/shaders/fp-incomplete-tex.c b/tests/shaders/fp-incomplete-tex.c
index ed2229efc..3fa0d27ab 100644
--- a/tests/shaders/fp-incomplete-tex.c
+++ b/tests/shaders/fp-incomplete-tex.c
@@ -26,17 +26,6 @@
* sampling an incomplete texture image yields (0,0,0,1).
*/
-#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"
#define NUM_PROGRAMS 5