Module: Mesa Branch: mesa_7_7_branch Commit: 45a27eacd6301078c6f62682193dda3141088fe2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45a27eacd6301078c6f62682193dda3141088fe2
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 22:50:08 2010 -0800 mesa: Remove unnecessary header from attrib.c. --- src/mesa/main/attrib.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index a14f71c..7adb2e2 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
