summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-10 16:29:54 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-10 16:34:08 -0600
commitf863ae1a040c358728d8608531ae3eb695f3af9e (patch)
tree716d0693f768f043779ceda4ade23665c5847494 /src/mesa/main/blend.c
parent85a3bf6dabc8b2d545dab078516fdfee9c4cd792 (diff)
mesa: remove unneeded includes
Diffstat (limited to 'src/mesa/main/blend.c')
-rw-r--r--src/mesa/main/blend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c
index 4d4a897141..39cf6153e2 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"