mesa: remove unneeded includes
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 10 Oct 2008 22:29:54 +0000 (16:29 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 10 Oct 2008 22:34:08 +0000 (16:34 -0600)
src/mesa/main/blend.c
src/mesa/main/getstring.c

index 4d4a897..39cf615 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "glheader.h"
 #include "blend.h"
-#include "colormac.h"
 #include "context.h"
 #include "enums.h"
 #include "macros.h"
index 1a82ccc..94bf5de 100644 (file)
@@ -25,7 +25,6 @@
 
 
 #include "glheader.h"
-#include "colormac.h"
 #include "context.h"
 #include "get.h"
 #include "version.h"