summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-10 16:21:52 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-10 16:34:08 -0600
commitf63594bfef883fa9e15ab7f3f69affe4901353aa (patch)
tree1aa7f9e69f1c020f6c1297682b4d6ff90d2e3789 /src/mesa/main/dlist.c
parente7002694418cd0decb1cd0d9121f634480e5f0d6 (diff)
mesa: remove unneeded includes
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index f7660930a9..c7db435506 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -41,7 +41,6 @@
#endif
#include "arrayobj.h"
#include "clip.h"
-#include "colormac.h"
#include "colortab.h"
#include "context.h"
#include "convolve.h"