Module: Mesa Branch: mesa_7_7_branch Commit: 7366d8e7d20efc673702d7c6c9603d507edcf06d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7366d8e7d20efc673702d7c6c9603d507edcf06d
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 21:56:58 2010 -0800 mesa: Remove unnecessary header from convolve.c. --- src/mesa/main/convolve.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c index 8db3e79..5ed93e0 100644 --- a/src/mesa/main/convolve.c +++ b/src/mesa/main/convolve.c @@ -38,7 +38,6 @@ #include "context.h" #include "image.h" #include "mtypes.h" -#include "pixel.h" #include "state.h" #include "glapi/dispatch.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
