diff options
Diffstat (limited to 'tests/asmparsertest/asmparsertest.c')
-rw-r--r-- | tests/asmparsertest/asmparsertest.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/asmparsertest/asmparsertest.c b/tests/asmparsertest/asmparsertest.c index 55bd65450..dcbef6a6f 100644 --- a/tests/asmparsertest/asmparsertest.c +++ b/tests/asmparsertest/asmparsertest.c @@ -21,17 +21,8 @@ * DEALINGS IN THE SOFTWARE. */ -#include <string.h> -#include <stdio.h> -#include <stdlib.h> #include <ctype.h> -#include <GL/glew.h> -#if defined(__APPLE__) -#include <GLUT/glut.h> -#else -#include <GL/glut.h> -#endif #include "piglit-util.h" #ifndef TRUE |