diff options
author | Vinson Lee <[email protected]> | 2010-01-13 22:43:16 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-13 22:43:16 -0800 |
commit | 886cffb44e92dcdaeb5396a01745e78598e86a3f (patch) | |
tree | 0839bab8ac460dc74cc842876495c2c4e6880b82 /src/mesa/swrast/s_copypix.c | |
parent | cf061c24e041878368946fbcffa2906cfffd8b08 (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.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 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" |