summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_copypix.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-13 22:43:16 -0800
committerVinson Lee <vlee@vmware.com>2010-01-13 22:43:16 -0800
commit886cffb44e92dcdaeb5396a01745e78598e86a3f (patch)
tree0839bab8ac460dc74cc842876495c2c4e6880b82 /src/mesa/swrast/s_copypix.c
parentcf061c24e041878368946fbcffa2906cfffd8b08 (diff)
swrast: Remove unnecessary headers from s_copypix.c.
Diffstat (limited to 'src/mesa/swrast/s_copypix.c')
-rw-r--r--src/mesa/swrast/s_copypix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c
index 5ecfb1e90a..da98730c38 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"