From 7e8de8219fbde486364054cc2a75022ddcbe0c2c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 24 Apr 2015 20:12:42 -0600 Subject: [PATCH] mesa: remove unneeded #include colortab.h Reviewed-by: Anuj Phogat --- src/mesa/main/texobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index e018ab9103c..c563f1e7434 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" -- 2.30.2