Module: Mesa Branch: mesa_7_7_branch Commit: 2613fa815abd7d794ec7144f0ad19ef4f65da991 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2613fa815abd7d794ec7144f0ad19ef4f65da991
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 22:45:23 2010 -0800 mesa: Remove unnecessary header from blend.c. --- src/mesa/main/blend.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c index 830e3b2..0b6ff1a 100644 --- a/src/mesa/main/blend.c +++ b/src/mesa/main/blend.c @@ -35,7 +35,6 @@ #include "enums.h" #include "macros.h" #include "mtypes.h" -#include "glapi/glapitable.h" /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
