Module: Mesa Branch: mesa_7_7_branch Commit: aee9a6f4e1bc4893f09c1f2b8d723c179c47b34a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aee9a6f4e1bc4893f09c1f2b8d723c179c47b34a
Author: Vinson Lee <[email protected]> Date: Tue Jan 12 00:50:05 2010 -0800 vbo: Remove unnecessary headers from vbo_save.c. --- src/mesa/vbo/vbo_save.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/vbo/vbo_save.c b/src/mesa/vbo/vbo_save.c index 9757c3d..10f705c 100644 --- a/src/mesa/vbo/vbo_save.c +++ b/src/mesa/vbo/vbo_save.c @@ -28,8 +28,6 @@ #include "main/mtypes.h" #include "main/bufferobj.h" -#include "main/dlist.h" -#include "main/vtxfmt.h" #include "main/imports.h" #include "vbo_context.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
