Module: Mesa Branch: mesa_7_7_branch Commit: 94d238e7571413cb0be8a4fe6e231b739644d588 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94d238e7571413cb0be8a4fe6e231b739644d588
Author: Vinson Lee <[email protected]> Date: Tue Jan 12 16:55:36 2010 -0800 vbo: Remove unnecessary header from vbo_exec_array.c. --- src/mesa/vbo/vbo_exec_array.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c index 6de8f05..2c82f7c 100644 --- a/src/mesa/vbo/vbo_exec_array.c +++ b/src/mesa/vbo/vbo_exec_array.c @@ -35,7 +35,6 @@ #include "main/bufferobj.h" #include "main/enums.h" #include "main/macros.h" -#include "glapi/dispatch.h" #include "vbo_context.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
