summaryrefslogtreecommitdiff
path: root/tests/general/linestipple.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/linestipple.c')
-rw-r--r--tests/general/linestipple.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/general/linestipple.c b/tests/general/linestipple.c
index 4c8724331..c3fc55ef3 100644
--- a/tests/general/linestipple.c
+++ b/tests/general/linestipple.c
@@ -26,20 +26,8 @@
* Test basic line stippling functionality.
*/
-#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;