summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_normals.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-04-01 09:45:38 -0600
committerBrian Paul <brianp@vmware.com>2015-04-01 12:04:28 -0600
commitf1d55017d7cb0e8fd9314ca29849304eb067960f (patch)
tree895431832521fb4f3ac27e2086766a511b3ce8ce /src/mesa/tnl/t_vb_normals.c
parent8ac9407a835ee892d96f326b0c56967046cbb982 (diff)
downloadexternal_mesa3d-f1d55017d7cb0e8fd9314ca29849304eb067960f.zip
external_mesa3d-f1d55017d7cb0e8fd9314ca29849304eb067960f.tar.gz
external_mesa3d-f1d55017d7cb0e8fd9314ca29849304eb067960f.tar.bz2
tnl: remove unneeded #include of colormac.h
Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Mark Janes <mark.a.janes@intel.com>
Diffstat (limited to 'src/mesa/tnl/t_vb_normals.c')
-rw-r--r--src/mesa/tnl/t_vb_normals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_normals.c b/src/mesa/tnl/t_vb_normals.c
index b67789e..9aee1a2 100644
--- a/src/mesa/tnl/t_vb_normals.c
+++ b/src/mesa/tnl/t_vb_normals.c
@@ -27,7 +27,6 @@
#include "main/glheader.h"
-#include "main/colormac.h"
#include "main/macros.h"
#include "main/imports.h"
#include "main/mtypes.h"