From: Vinson Lee Date: Thu, 14 Jan 2010 06:43:16 +0000 (-0800) Subject: swrast: Remove unnecessary headers from s_copypix.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=886cffb44e92dcdaeb5396a01745e78598e86a3f;p=mesa.git swrast: Remove unnecessary headers from s_copypix.c. --- diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c index 5ecfb1e90a9..da98730c38b 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"