From: Vinson Lee Date: Tue, 19 Jan 2010 03:20:56 +0000 (-0800) Subject: mesa: Remove unnecessary header from pixel.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed5a116eb411aed2a2f1986a1effbb8a426b0065;p=mesa.git mesa: Remove unnecessary header from pixel.c. --- diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 3820ebd8894..f6f9c1173a1 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -32,7 +32,6 @@ #include "bufferobj.h" #include "colormac.h" #include "context.h" -#include "image.h" #include "macros.h" #include "pixel.h" #include "mtypes.h"