summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-04-01 09:45:57 -0600
committerBrian Paul <brianp@vmware.com>2015-04-01 12:04:28 -0600
commit2768a0b1b42f3c1531ab9c3647a93f0504002280 (patch)
tree7a3ce764635cda76b8f103efdaf6c8df1b5c1d61 /src/mesa/main/texcompress.c
parentf1d55017d7cb0e8fd9314ca29849304eb067960f (diff)
mesa: 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/main/texcompress.c')
-rw-r--r--src/mesa/main/texcompress.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c
index 00234d4ccb3..0fd1a3683d1 100644
--- a/src/mesa/main/texcompress.c
+++ b/src/mesa/main/texcompress.c
@@ -32,7 +32,6 @@
#include "glheader.h"
#include "imports.h"
-#include "colormac.h"
#include "context.h"
#include "formats.h"
#include "mtypes.h"