Module: Mesa Branch: mesa_7_7_branch Commit: 886cffb44e92dcdaeb5396a01745e78598e86a3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=886cffb44e92dcdaeb5396a01745e78598e86a3f
Author: Vinson Lee <[email protected]> Date: Wed Jan 13 22:43:16 2010 -0800 swrast: Remove unnecessary headers from s_copypix.c. --- src/mesa/swrast/s_copypix.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c index 5ecfb1e..da98730 100644 --- a/src/mesa/swrast/s_copypix.c +++ b/src/mesa/swrast/s_copypix.c @@ -27,11 +27,9 @@ #include "main/context.h" #include "main/colormac.h" #include "main/convolve.h" -#include "main/histogram.h" #include "main/image.h" #include "main/macros.h" #include "main/imports.h" -#include "main/pixel.h" #include "s_context.h" #include "s_depth.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
