From: Vinson Lee Date: Wed, 13 Jan 2010 05:41:09 +0000 (-0800) Subject: swrast: Remove unnecessary header from s_readpix.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11034bfa97d5991a2d8cd973ddfbb21935b53924;p=mesa.git swrast: Remove unnecessary header from s_readpix.c. --- diff --git a/src/mesa/swrast/s_readpix.c b/src/mesa/swrast/s_readpix.c index 44a11cd6dd2..94fb974eab0 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"