Module: Mesa
Branch: master
Commit: 71b3ccc4b0e006de3a70c05c41a706ac9929cd5d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=71b3ccc4b0e006de3a70c05c41a706ac9929cd5d

Author: Brian Paul <[email protected]>
Date:   Thu Sep 10 16:38:51 2009 -0600

softpipe: remove unneeded #includes

---

 src/gallium/drivers/softpipe/sp_clear.c |    2 --
 src/gallium/drivers/softpipe/sp_clear.h |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_clear.c 
b/src/gallium/drivers/softpipe/sp_clear.c
index d3af18e..8fac8e6 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"
 
 
diff --git a/src/gallium/drivers/softpipe/sp_clear.h 
b/src/gallium/drivers/softpipe/sp_clear.h
index 2e45067..9be3b86 100644
--- a/src/gallium/drivers/softpipe/sp_clear.h
+++ b/src/gallium/drivers/softpipe/sp_clear.h
@@ -32,7 +32,6 @@
 #ifndef SP_CLEAR_H
 #define SP_CLEAR_H
 
-#include "pipe/p_state.h"
 struct pipe_context;
 
 extern void

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to