Mesa (mesa_7_7_branch): st/mesa: Remove unnecessary header from st_cb_drawpixels.c.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 16 21:29:55 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan 16 13:29:15 2010 -0800

st/mesa: Remove unnecessary header from st_cb_drawpixels.c.

---

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

diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c
index fe9a11d..23db3f1 100644
--- a/src/mesa/state_tracker/st_cb_drawpixels.c
+++ b/src/mesa/state_tracker/st_cb_drawpixels.c
@@ -47,7 +47,6 @@
 #include "st_cb_drawpixels.h"
 #include "st_cb_readpixels.h"
 #include "st_cb_fbo.h"
-#include "st_draw.h"
 #include "st_format.h"
 #include "st_texture.h"
 #include "st_inlines.h"




More information about the mesa-commit mailing list