Mesa (master): mesa: remove unneeded includes

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 10 22:39:43 UTC 2008


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

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Oct 10 16:29:54 2008 -0600

mesa: remove unneeded includes

---

 src/mesa/main/blend.c     |    1 -
 src/mesa/main/getstring.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c
index 4d4a897..39cf615 100644
--- a/src/mesa/main/blend.c
+++ b/src/mesa/main/blend.c
@@ -31,7 +31,6 @@
 
 #include "glheader.h"
 #include "blend.h"
-#include "colormac.h"
 #include "context.h"
 #include "enums.h"
 #include "macros.h"
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c
index 1a82ccc..94bf5de 100644
--- a/src/mesa/main/getstring.c
+++ b/src/mesa/main/getstring.c
@@ -25,7 +25,6 @@
 
 
 #include "glheader.h"
-#include "colormac.h"
 #include "context.h"
 #include "get.h"
 #include "version.h"




More information about the mesa-commit mailing list