From 38610102137d546afc3f543604414f061f1aec88 Mon Sep 17 00:00:00 2001 From: Mark Janes Date: Fri, 10 Apr 2015 13:41:19 -0700 Subject: [PATCH] mesa: remove unneeded #include of colormac.h Reviewed-by: Matt Turner --- src/mesa/main/pack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c index 7147fd6e4fe..ef89e751a4c 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"