summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_pack.py
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-04-01 10:31:26 -0600
committerBrian Paul <brianp@vmware.com>2015-04-01 12:04:28 -0600
commit1625d7a87ae66eb50653d9194e8f9e67b6957c05 (patch)
tree67a0eb44acb29ee9c38816b55885a457832a94d8 /src/mesa/main/format_pack.py
parent2768a0b1b42f3c1531ab9c3647a93f0504002280 (diff)
downloadexternal_mesa3d-1625d7a87ae66eb50653d9194e8f9e67b6957c05.zip
external_mesa3d-1625d7a87ae66eb50653d9194e8f9e67b6957c05.tar.gz
external_mesa3d-1625d7a87ae66eb50653d9194e8f9e67b6957c05.tar.bz2
mesa: don't include colormac.h in format code
Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Mark Janes <mark.a.janes@intel.com>
Diffstat (limited to 'src/mesa/main/format_pack.py')
-rw-r--r--src/mesa/main/format_pack.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/format_pack.py b/src/mesa/main/format_pack.py
index f141da8..2f43a30 100644
--- a/src/mesa/main/format_pack.py
+++ b/src/mesa/main/format_pack.py
@@ -43,7 +43,6 @@ string = """/*
#include <stdint.h>
-#include "colormac.h"
#include "format_pack.h"
#include "format_utils.h"
#include "macros.h"