From: Brian Paul Date: Sat, 25 Apr 2015 02:12:42 +0000 (-0600) Subject: mesa: remove unneeded #include colortab.h X-Git-Tag: upstream/17.1.0~19204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e8de8219fbde486364054cc2a75022ddcbe0c2c;p=platform%2Fupstream%2Fmesa.git mesa: remove unneeded #include colortab.h Reviewed-by: Anuj Phogat --- diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index e018ab9..c563f1e 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -30,7 +30,6 @@ #include #include "bufferobj.h" -#include "colortab.h" #include "context.h" #include "enums.h" #include "fbobject.h"