aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/texturing/cubemap.c1
-rw-r--r--tests/texturing/gen-compressed-teximage.c1
-rw-r--r--tests/texturing/gen-teximage.c1
-rw-r--r--tests/texturing/gen-texsubimage.c1
-rw-r--r--tests/texturing/getteximage-simple.c1
-rw-r--r--tests/texturing/texdepth.c1
-rw-r--r--tests/texturing/texrect-many.c1
-rw-r--r--tests/texturing/tfp.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/tests/texturing/cubemap.c b/tests/texturing/cubemap.c
index 02f7f383..0758828a 100644
--- a/tests/texturing/cubemap.c
+++ b/tests/texturing/cubemap.c
@@ -32,7 +32,6 @@
#endif
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include "piglit-util.h"
diff --git a/tests/texturing/gen-compressed-teximage.c b/tests/texturing/gen-compressed-teximage.c
index 47319ec3..93f1ee40 100644
--- a/tests/texturing/gen-compressed-teximage.c
+++ b/tests/texturing/gen-compressed-teximage.c
@@ -43,7 +43,6 @@
#endif
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include "piglit-util.h"
diff --git a/tests/texturing/gen-teximage.c b/tests/texturing/gen-teximage.c
index ff15bb98..c8da2ea0 100644
--- a/tests/texturing/gen-teximage.c
+++ b/tests/texturing/gen-teximage.c
@@ -43,7 +43,6 @@
#endif
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include "piglit-util.h"
diff --git a/tests/texturing/gen-texsubimage.c b/tests/texturing/gen-texsubimage.c
index 250dc360..2d536216 100644
--- a/tests/texturing/gen-texsubimage.c
+++ b/tests/texturing/gen-texsubimage.c
@@ -40,7 +40,6 @@
#endif
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include "piglit-util.h"
diff --git a/tests/texturing/getteximage-simple.c b/tests/texturing/getteximage-simple.c
index 98acf3be..2f29b124 100644
--- a/tests/texturing/getteximage-simple.c
+++ b/tests/texturing/getteximage-simple.c
@@ -18,7 +18,6 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <math.h>
diff --git a/tests/texturing/texdepth.c b/tests/texturing/texdepth.c
index 87b1055d..2879e64a 100644
--- a/tests/texturing/texdepth.c
+++ b/tests/texturing/texdepth.c
@@ -18,7 +18,6 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include "piglit-util.h"
diff --git a/tests/texturing/texrect-many.c b/tests/texturing/texrect-many.c
index 545bc13b..a4827b91 100644
--- a/tests/texturing/texrect-many.c
+++ b/tests/texturing/texrect-many.c
@@ -16,7 +16,6 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include "piglit-util.h"
diff --git a/tests/texturing/tfp.c b/tests/texturing/tfp.c
index a1d23d6e..1a82af9e 100644
--- a/tests/texturing/tfp.c
+++ b/tests/texturing/tfp.c
@@ -38,7 +38,6 @@
#include "GL/glx.h"
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include "piglit-util.h"