diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-12 21:41:09 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-12 21:41:09 -0800 |
commit | 11034bfa97d5991a2d8cd973ddfbb21935b53924 (patch) | |
tree | 4264f6e9a1e4958cc06c012dd9b8d8c1696d5a41 /src/mesa/swrast | |
parent | a01b9eac0458eabf07b68bb52afe7026dd8bdfb2 (diff) |
swrast: Remove unnecessary header from s_readpix.c.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_readpix.c | 1 |
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" |