Module: Mesa Branch: mesa_7_7_branch Commit: 7395ab042aedb3ef29d3c5d974138bc4430cb772 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7395ab042aedb3ef29d3c5d974138bc4430cb772
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 21:22:47 2010 -0800 mesa: Remove unnecessary header from drawpix.c. --- src/mesa/main/drawpix.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index 5d4b53a..0afd47b 100644 --- a/src/mesa/main/drawpix.c +++ b/src/mesa/main/drawpix.c @@ -30,7 +30,6 @@ #include "enums.h" #include "feedback.h" #include "framebuffer.h" -#include "image.h" #include "readpix.h" #include "state.h" #include "glapi/dispatch.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
