summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-04-01 09:45:57 -0600
committerBrian Paul <[email protected]>2015-04-01 12:04:28 -0600
commit2768a0b1b42f3c1531ab9c3647a93f0504002280 (patch)
tree7a3ce764635cda76b8f103efdaf6c8df1b5c1d61 /src/mesa/program
parentf1d55017d7cb0e8fd9314ca29849304eb067960f (diff)
mesa: remove unneeded #include of colormac.h
Acked-by: Matt Turner <[email protected]> Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/prog_execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/prog_execute.c b/src/mesa/program/prog_execute.c
index dc4919ae828..16e8e340d8d 100644
--- a/src/mesa/program/prog_execute.c
+++ b/src/mesa/program/prog_execute.c
@@ -37,7 +37,6 @@
#include "c99_math.h"
#include "main/glheader.h"
-#include "main/colormac.h"
#include "main/macros.h"
#include "prog_execute.h"
#include "prog_instruction.h"