From: Keith Whitwell Date: Mon, 7 Jun 2010 16:53:43 +0000 (+0100) Subject: graw: remove references to unistd.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=149e709701e0b6ac2c0c820d89db6a3cd32c5f09;p=mesa.git graw: remove references to unistd.h --- diff --git a/src/gallium/tests/graw/fp-test.c b/src/gallium/tests/graw/fp-test.c index 9c231ee5210..d1c29b90b86 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 /* for sleep() */ #include /* 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 225cbfc8e88..6a0a2ba2950 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 /* 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 13d6965f3a1..f6e1f5b155a 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 /* 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 83d1d941ed3..e68f9f439b4 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 /* for sleep() */ + #include /* for fread(), etc */ #include "util/u_debug.h" /* debug_dump_surface_bmp() */