summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_readpix.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 21:41:09 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 21:41:09 -0800
commit11034bfa97d5991a2d8cd973ddfbb21935b53924 (patch)
tree4264f6e9a1e4958cc06c012dd9b8d8c1696d5a41 /src/mesa/swrast/s_readpix.c
parenta01b9eac0458eabf07b68bb52afe7026dd8bdfb2 (diff)
swrast: Remove unnecessary header from s_readpix.c.
Diffstat (limited to 'src/mesa/swrast/s_readpix.c')
-rw-r--r--src/mesa/swrast/s_readpix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_readpix.c b/src/mesa/swrast/s_readpix.c
index 44a11cd6dd..94fb974eab 100644
--- a/src/mesa/swrast/s_readpix.c
+++ b/src/mesa/swrast/s_readpix.c
@@ -33,7 +33,6 @@
#include "main/image.h"
#include "main/macros.h"
#include "main/imports.h"
-#include "main/pixel.h"
#include "main/state.h"
#include "s_context.h"