From: Vinson Lee Date: Tue, 19 Jan 2010 05:22:47 +0000 (-0800) Subject: mesa: Remove unnecessary header from drawpix.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7395ab042aedb3ef29d3c5d974138bc4430cb772;p=mesa.git mesa: Remove unnecessary header from drawpix.c. --- diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index 5d4b53af4cb..0afd47b797f 100644 --- a/src/mesa/main/drawpix.c +++ b/src/mesa/main/drawpix.c @@ -30,7 +30,6 @@ #include "enums.h" #include "feedback.h" #include "framebuffer.h" -#include "image.h" #include "readpix.h" #include "state.h" #include "glapi/dispatch.h"