From: Vinson Lee Date: Mon, 18 Jan 2010 08:14:51 +0000 (-0800) Subject: mesa: Remove unnecessary headers from texgetimage.c. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39824945fa738666b4bb804382904b0537322878;p=profile%2Fivi%2Fmesa.git mesa: Remove unnecessary headers from texgetimage.c. --- diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index ac467c4..0cc6a56 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -35,10 +35,8 @@ #include "context.h" #include "formats.h" #include "image.h" -#include "texcompress.h" #include "texgetimage.h" #include "teximage.h" -#include "texstate.h"