summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_draw_arrays.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-04 16:33:45 +0000
committerKeith Whitwell <keithw@vmware.com>2010-03-04 16:34:59 +0000
commitc549593931ef08bb48e601189fa97c86b5e780b2 (patch)
tree1832d7292c5f9424a3a85911ad6b5c74fb658d75 /src/gallium/drivers/softpipe/sp_draw_arrays.c
parent23e951d0da5802fec70996e46ad6f0abc411594c (diff)
gallium: remove redundant includes
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_draw_arrays.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_draw_arrays.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_draw_arrays.c b/src/gallium/drivers/softpipe/sp_draw_arrays.c
index 0899e1145a..7b77eb239f 100644
--- a/src/gallium/drivers/softpipe/sp_draw_arrays.c
+++ b/src/gallium/drivers/softpipe/sp_draw_arrays.c
@@ -33,7 +33,6 @@
#include "pipe/p_defines.h"
#include "pipe/p_context.h"
-#include "util/u_simple_screen.h"
#include "util/u_inlines.h"
#include "util/u_prim.h"