Module: Mesa Branch: mesa_7_7_branch Commit: d0125e3c29942ae7a81a66748ea53b402114993d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0125e3c29942ae7a81a66748ea53b402114993d
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 19:23:47 2010 -0800 mesa: Remove unnecessary header from mipmap.c. --- src/mesa/main/mipmap.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 7350c7a..77cd1d4 100644 --- a/src/mesa/main/mipmap.c +++ b/src/mesa/main/mipmap.c @@ -30,7 +30,6 @@ #include "imports.h" #include "formats.h" #include "mipmap.h" -#include "texcompress.h" #include "teximage.h" #include "texstore.h" #include "image.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
