From: Vinson Lee Date: Wed, 27 Oct 2010 16:09:47 +0000 (-0700) Subject: mesa: Remove unnecessary headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4cdd2fab058b4b54b415c72bce7df1d21ba975d;p=mesa.git mesa: Remove unnecessary headers. --- diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index 46adc67c1c5..757aae6e703 100644 --- a/src/mesa/main/drawpix.c +++ b/src/mesa/main/drawpix.c @@ -30,9 +30,7 @@ #include "enums.h" #include "feedback.h" #include "framebuffer.h" -#include "image.h" #include "readpix.h" -#include "shaderobj.h" #include "state.h" #include "dispatch.h"