summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_clear.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-10 16:38:51 -0600
committerBrian Paul <brianp@vmware.com>2009-09-10 16:38:51 -0600
commit71b3ccc4b0e006de3a70c05c41a706ac9929cd5d (patch)
treec9014a976e3cc07bce559a2006d8329bd0efbd44 /src/gallium/drivers/softpipe/sp_clear.c
parentd9dc4cb0e4f578da9e50c9d1ba6fd9c22ea2fca6 (diff)
softpipe: remove unneeded #includes
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_clear.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_clear.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_clear.c b/src/gallium/drivers/softpipe/sp_clear.c
index d3af18e162..8fac8e6e05 100644
--- a/src/gallium/drivers/softpipe/sp_clear.c
+++ b/src/gallium/drivers/softpipe/sp_clear.c
@@ -36,8 +36,6 @@
#include "util/u_pack_color.h"
#include "sp_clear.h"
#include "sp_context.h"
-#include "sp_surface.h"
-#include "sp_state.h"
#include "sp_tile_cache.h"