diff options
Diffstat (limited to 'tests/bugs/r300-readcache.c')
-rw-r--r-- | tests/bugs/r300-readcache.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/bugs/r300-readcache.c b/tests/bugs/r300-readcache.c index cb73b45f7..085e22e57 100644 --- a/tests/bugs/r300-readcache.c +++ b/tests/bugs/r300-readcache.c @@ -15,16 +15,16 @@ * so this test is always automatic. */ -#if defined(__APPLE__) -#include <GLUT/glut.h> -#else -#include "GL/glut.h" -#endif #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" |