diff options
author | Eric Anholt <eric@anholt.net> | 2009-09-29 13:32:17 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-09-29 13:40:44 -0700 |
commit | c9eafa83c3dc04178545acc54b677420e8ae06fa (patch) | |
tree | 20d3409a1b9c85e94589c7d2edea21306f4d7323 /tests/shaders/glsl-unused-varying.c | |
parent | dc1d9ed1a264441e67965a02d3438c33d5302b7b (diff) |
Replace the copy-and-pasted header setup with consistent use of piglit-util.h.
Diffstat (limited to 'tests/shaders/glsl-unused-varying.c')
-rw-r--r-- | tests/shaders/glsl-unused-varying.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/shaders/glsl-unused-varying.c b/tests/shaders/glsl-unused-varying.c index ad69c13f9..46c9a28f2 100644 --- a/tests/shaders/glsl-unused-varying.c +++ b/tests/shaders/glsl-unused-varying.c @@ -34,20 +34,6 @@ * conditional in the fragment shader is required to trigger brw_wm_glsl.c. */ -#include <assert.h> -#include <string.h> -#include <stdio.h> -#include <stdlib.h> -#include <errno.h> -#include <sys/stat.h> -#define GL_GLEXT_PROTOTYPES -#include <GL/glew.h> -#if defined(__APPLE__) -#include <GLUT/glut.h> -#else -#include "GL/glut.h" -#endif - #include "piglit-util.h" #define WIN_WIDTH 100 |