Module: Mesa Branch: mesa_7_7_branch Commit: 37d326503dcd6c779e90c3f8f4626beba28dc449 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37d326503dcd6c779e90c3f8f4626beba28dc449
Author: Vinson Lee <[email protected]> Date: Tue Jan 12 16:37:30 2010 -0800 vbo: Remove unnecessary header from vbo_exec_draw.c. --- src/mesa/vbo/vbo_exec_draw.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/vbo/vbo_exec_draw.c b/src/mesa/vbo/vbo_exec_draw.c index 4f43856..d7dbbce 100644 --- a/src/mesa/vbo/vbo_exec_draw.c +++ b/src/mesa/vbo/vbo_exec_draw.c @@ -30,7 +30,6 @@ #include "main/context.h" #include "main/enums.h" #include "main/state.h" -#include "main/macros.h" #include "vbo_context.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
