Mesa (mesa_7_7_branch): swrast: Remove unnecessary header from s_readpix.c.

Vinson Lee vlee at kemper.freedesktop.org
Wed Jan 13 05:42:29 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jan 12 21:41:09 2010 -0800

swrast: Remove unnecessary header from s_readpix.c.

---

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

diff --git a/src/mesa/swrast/s_readpix.c b/src/mesa/swrast/s_readpix.c
index 44a11cd..94fb974 100644
--- a/src/mesa/swrast/s_readpix.c
+++ b/src/mesa/swrast/s_readpix.c
@@ -33,7 +33,6 @@
 #include "main/image.h"
 #include "main/macros.h"
 #include "main/imports.h"
-#include "main/pixel.h"
 #include "main/state.h"
 
 #include "s_context.h"




More information about the mesa-commit mailing list