summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.c
diff options
context:
space:
mode:
authorMark Janes <mark.a.janes@intel.com>2015-04-10 13:41:19 -0700
committerMatt Turner <mattst88@gmail.com>2015-10-06 12:36:32 -0700
commit38610102137d546afc3f543604414f061f1aec88 (patch)
tree5eebc8ed62b4d781bf0c6a9b575b27ab248cab33 /src/mesa/main/pack.c
parent3475b68abd8791324f201a141ba5263fcb91e2d0 (diff)
downloadexternal_mesa3d-38610102137d546afc3f543604414f061f1aec88.zip
external_mesa3d-38610102137d546afc3f543604414f061f1aec88.tar.gz
external_mesa3d-38610102137d546afc3f543604414f061f1aec88.tar.bz2
mesa: remove unneeded #include of colormac.h
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/main/pack.c')
-rw-r--r--src/mesa/main/pack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c
index 7147fd6..ef89e75 100644
--- a/src/mesa/main/pack.c
+++ b/src/mesa/main/pack.c
@@ -43,7 +43,6 @@
#include "glheader.h"
-#include "colormac.h"
#include "enums.h"
#include "image.h"
#include "imports.h"