Mesa (mesa_7_7_branch): st/mesa: Remove unnecessary headers from st_cb_clear.c.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 16 07:02:48 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 6906bf08cc0ca43cd4fd1a2c6f841ad87c232ece
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6906bf08cc0ca43cd4fd1a2c6f841ad87c232ece

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jan 15 23:02:07 2010 -0800

st/mesa: Remove unnecessary headers from st_cb_clear.c.

---

 src/mesa/state_tracker/st_cb_clear.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_clear.c b/src/mesa/state_tracker/st_cb_clear.c
index e83b6c9..7c0d74a 100644
--- a/src/mesa/state_tracker/st_cb_clear.c
+++ b/src/mesa/state_tracker/st_cb_clear.c
@@ -42,17 +42,14 @@
 #include "st_cb_accum.h"
 #include "st_cb_clear.h"
 #include "st_cb_fbo.h"
-#include "st_draw.h"
 #include "st_program.h"
 #include "st_public.h"
-#include "st_mesa_to_tgsi.h"
 #include "st_inlines.h"
 
 #include "pipe/p_context.h"
 #include "pipe/p_inlines.h"
 #include "pipe/p_state.h"
 #include "pipe/p_defines.h"
-#include "util/u_pack_color.h"
 #include "util/u_simple_shaders.h"
 #include "util/u_draw_quad.h"
 




More information about the mesa-commit mailing list