OSDN Git Service

graw: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Tue, 8 Jun 2010 01:14:34 +0000 (18:14 -0700)
committerVinson Lee <vlee@vmware.com>
Tue, 8 Jun 2010 01:14:34 +0000 (18:14 -0700)
src/gallium/tests/graw/clear.c
src/gallium/tests/graw/tri-gs.c
src/gallium/tests/graw/tri.c

index 28c986e..ce52a93 100644 (file)
@@ -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,
index e7e4703..d187505 100644 (file)
@@ -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"
 
index f6e1f5b..80377f5 100644 (file)
@@ -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"