Module: Mesa Branch: mesa_7_7_branch Commit: c4ad036ce145ab04677b6e40c18315906b897a31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4ad036ce145ab04677b6e40c18315906b897a31
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 22:17:03 2010 -0800 mesa: Remove unnecessary headers from buffers.c. --- src/mesa/main/buffers.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 97f0659..fb30b59 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -35,8 +35,6 @@ #include "colormac.h" #include "context.h" #include "enums.h" -#include "fbobject.h" -#include "state.h" #define BAD_MASK ~0u _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
