From: Mark Janes Date: Fri, 10 Apr 2015 20:41:19 +0000 (-0700) Subject: mesa: remove unneeded #include of colormac.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38610102137d546afc3f543604414f061f1aec88;p=mesa.git mesa: remove unneeded #include of colormac.h Reviewed-by: Matt Turner --- 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"