summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aatriangle.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-04-01 09:45:31 -0600
committerBrian Paul <[email protected]>2015-04-01 12:04:28 -0600
commit8ac9407a835ee892d96f326b0c56967046cbb982 (patch)
tree87b8797ad6e53e62120775182a45fe715a36ef10 /src/mesa/swrast/s_aatriangle.c
parent2ad8af1a0c319c83e4a8e00db3a9b9cb0ae029eb (diff)
swrast: remove unneeded #include of colormac.h
Acked-by: Matt Turner <[email protected]> Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/swrast/s_aatriangle.c')
-rw-r--r--src/mesa/swrast/s_aatriangle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_aatriangle.c b/src/mesa/swrast/s_aatriangle.c
index 1d076cc7d51..b5109870437 100644
--- a/src/mesa/swrast/s_aatriangle.c
+++ b/src/mesa/swrast/s_aatriangle.c
@@ -30,7 +30,6 @@
#include "main/glheader.h"
#include "main/context.h"
-#include "main/colormac.h"
#include "main/macros.h"
#include "main/imports.h"
#include "main/state.h"