Module: Mesa Branch: mesa_7_7_branch Commit: 39824945fa738666b4bb804382904b0537322878 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39824945fa738666b4bb804382904b0537322878
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 00:14:51 2010 -0800 mesa: Remove unnecessary headers from texgetimage.c. --- src/mesa/main/texgetimage.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
