summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw')
-rw-r--r--src/gallium/tests/graw/fp-test.c1
-rw-r--r--src/gallium/tests/graw/quad-tex.c1
-rw-r--r--src/gallium/tests/graw/tri.c1
-rw-r--r--src/gallium/tests/graw/vp-test.c2
4 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/tests/graw/fp-test.c b/src/gallium/tests/graw/fp-test.c
index 9c231ee521..d1c29b90b8 100644
--- a/src/gallium/tests/graw/fp-test.c
+++ b/src/gallium/tests/graw/fp-test.c
@@ -8,7 +8,6 @@
#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"
-#include <unistd.h> /* for sleep() */
#include <stdio.h> /* for fread(), etc */
#include "util/u_debug.h" /* debug_dump_surface_bmp() */
diff --git a/src/gallium/tests/graw/quad-tex.c b/src/gallium/tests/graw/quad-tex.c
index 225cbfc8e8..6a0a2ba295 100644
--- a/src/gallium/tests/graw/quad-tex.c
+++ b/src/gallium/tests/graw/quad-tex.c
@@ -8,7 +8,6 @@
#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"
-#include <unistd.h> /* for sleep() */
#include "util/u_debug.h" /* debug_dump_surface_bmp() */
#include "util/u_inlines.h"
diff --git a/src/gallium/tests/graw/tri.c b/src/gallium/tests/graw/tri.c
index 13d6965f3a..f6e1f5b155 100644
--- a/src/gallium/tests/graw/tri.c
+++ b/src/gallium/tests/graw/tri.c
@@ -8,7 +8,6 @@
#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"
-#include <unistd.h> /* for sleep() */
#include "util/u_debug.h" /* debug_dump_surface_bmp() */
#include "util/u_memory.h" /* Offset() */
diff --git a/src/gallium/tests/graw/vp-test.c b/src/gallium/tests/graw/vp-test.c
index 83d1d941ed..e68f9f439b 100644
--- a/src/gallium/tests/graw/vp-test.c
+++ b/src/gallium/tests/graw/vp-test.c
@@ -8,7 +8,7 @@
#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"
-#include <unistd.h> /* for sleep() */
+
#include <stdio.h> /* for fread(), etc */
#include "util/u_debug.h" /* debug_dump_surface_bmp() */