From: Mark Janes Date: Fri, 10 Apr 2015 20:41:19 +0000 (-0700) Subject: mesa: remove unneeded #include of colormac.h X-Git-Tag: upstream/17.1.0~15545 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38610102137d546afc3f543604414f061f1aec88;p=platform%2Fupstream%2Fmesa.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 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"