Module: Mesa Branch: mesa_7_7_branch Commit: 0a708681310d03f3456b6f89bf7915b376f75fd1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a708681310d03f3456b6f89bf7915b376f75fd1
Author: Vinson Lee <[email protected]> Date: Wed Jan 13 22:45:54 2010 -0800 swrast: Remove unnecessary header from s_bitmap.c. --- src/mesa/swrast/s_bitmap.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/swrast/s_bitmap.c b/src/mesa/swrast/s_bitmap.c index 3dbdf2a..57a42b3 100644 --- a/src/mesa/swrast/s_bitmap.c +++ b/src/mesa/swrast/s_bitmap.c @@ -32,7 +32,6 @@ #include "main/bufferobj.h" #include "main/image.h" #include "main/macros.h" -#include "main/pixel.h" #include "s_context.h" #include "s_span.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
