Module: Mesa Branch: mesa_7_7_branch Commit: ec29ba12a687c8a08ecba002216bbd9f56facef0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec29ba12a687c8a08ecba002216bbd9f56facef0
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 18:52:24 2010 -0800 mesa: Remove unnecessary headers from texcompress.c. --- src/mesa/main/texcompress.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c index a4f1926..cff6de8 100644 --- a/src/mesa/main/texcompress.c +++ b/src/mesa/main/texcompress.c @@ -35,10 +35,7 @@ #include "colormac.h" #include "context.h" #include "formats.h" -#include "image.h" -#include "mipmap.h" #include "texcompress.h" -#include "texstore.h" /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
