diff options
Diffstat (limited to 'tests/bugs/crash-texparameter-before-teximage.c')
-rw-r--r-- | tests/bugs/crash-texparameter-before-teximage.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/bugs/crash-texparameter-before-teximage.c b/tests/bugs/crash-texparameter-before-teximage.c index 1770f30ec..ffa887605 100644 --- a/tests/bugs/crash-texparameter-before-teximage.c +++ b/tests/bugs/crash-texparameter-before-teximage.c @@ -7,17 +7,6 @@ * This bug was originally triggered by Glest. */ -#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" |