From: Vinson Lee Date: Mon, 18 Jan 2010 08:14:51 +0000 (-0800) Subject: mesa: Remove unnecessary headers from texgetimage.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39824945fa738666b4bb804382904b0537322878;p=mesa.git mesa: Remove unnecessary headers from texgetimage.c. --- diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index ac467c490a4..0cc6a563a05 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"