diff options
author | Vinson Lee <[email protected]> | 2010-06-07 18:14:34 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-06-07 18:14:34 -0700 |
commit | d09271d6ef5fd3ddb0fade7865d40d5c43f9c069 (patch) | |
tree | 634bae9476688bcb5ade83905a4f713f103f0f78 /src/gallium/tests | |
parent | b0acaaac53b2ffb54b0d9c089822501669d1deb9 (diff) |
graw: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/tests')
-rw-r--r-- | src/gallium/tests/graw/clear.c | 1 | ||||
-rw-r--r-- | src/gallium/tests/graw/tri-gs.c | 1 | ||||
-rw-r--r-- | src/gallium/tests/graw/tri.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/tests/graw/clear.c b/src/gallium/tests/graw/clear.c index 28c986eee64..ce52a93aa1b 100644 --- a/src/gallium/tests/graw/clear.c +++ b/src/gallium/tests/graw/clear.c @@ -9,7 +9,6 @@ #include "pipe/p_defines.h" #include "util/u_debug.h" /* debug_dump_surface_bmp() */ -#include "os/os_time.h" /* os_time_sleep() */ enum pipe_format formats[] = { PIPE_FORMAT_R8G8B8A8_UNORM, diff --git a/src/gallium/tests/graw/tri-gs.c b/src/gallium/tests/graw/tri-gs.c index e7e4703cf2d..d187505f8d4 100644 --- a/src/gallium/tests/graw/tri-gs.c +++ b/src/gallium/tests/graw/tri-gs.c @@ -5,7 +5,6 @@ #include "state_tracker/graw.h" #include "pipe/p_screen.h" #include "pipe/p_context.h" -#include "pipe/p_shader_tokens.h" #include "pipe/p_state.h" #include "pipe/p_defines.h" diff --git a/src/gallium/tests/graw/tri.c b/src/gallium/tests/graw/tri.c index f6e1f5b155a..80377f526d6 100644 --- a/src/gallium/tests/graw/tri.c +++ b/src/gallium/tests/graw/tri.c @@ -5,7 +5,6 @@ #include "state_tracker/graw.h" #include "pipe/p_screen.h" #include "pipe/p_context.h" -#include "pipe/p_shader_tokens.h" #include "pipe/p_state.h" #include "pipe/p_defines.h" |