From: Vinson Lee Date: Tue, 19 Jan 2010 06:50:08 +0000 (-0800) Subject: mesa: Remove unnecessary header from attrib.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45a27eacd6301078c6f62682193dda3141088fe2;p=mesa.git mesa: Remove unnecessary header from attrib.c. --- diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index a14f71c3306..7adb2e2eac7 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -33,7 +33,6 @@ #include "bufferobj.h" #include "clear.h" #include "colormac.h" -#include "colortab.h" #include "context.h" #include "depth.h" #include "enable.h"