diff options
author | Brian Paul <[email protected]> | 2015-04-01 09:45:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-04-01 12:04:28 -0600 |
commit | f1d55017d7cb0e8fd9314ca29849304eb067960f (patch) | |
tree | 895431832521fb4f3ac27e2086766a511b3ce8ce /src/mesa/tnl/t_vb_texmat.c | |
parent | 8ac9407a835ee892d96f326b0c56967046cbb982 (diff) |
tnl: remove unneeded #include of colormac.h
Acked-by: Matt Turner <[email protected]>
Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/tnl/t_vb_texmat.c')
-rw-r--r-- | src/mesa/tnl/t_vb_texmat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_texmat.c b/src/mesa/tnl/t_vb_texmat.c index 1cc2c811689..ef034d643bf 100644 --- a/src/mesa/tnl/t_vb_texmat.c +++ b/src/mesa/tnl/t_vb_texmat.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" |