Mesa (mesa_7_7_branch): mesa: Remove unnecessary headers from pixelstore.c.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 19 03:14:55 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jan 18 19:14:23 2010 -0800

mesa: Remove unnecessary headers from pixelstore.c.

---

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

diff --git a/src/mesa/main/pixelstore.c b/src/mesa/main/pixelstore.c
index 6a641f8..ec585ef 100644
--- a/src/mesa/main/pixelstore.c
+++ b/src/mesa/main/pixelstore.c
@@ -30,10 +30,7 @@
 
 #include "glheader.h"
 #include "bufferobj.h"
-#include "colormac.h"
 #include "context.h"
-#include "image.h"
-#include "macros.h"
 #include "pixelstore.h"
 #include "mtypes.h"
 




More information about the mesa-commit mailing list