Module: Mesa Branch: mesa_7_7_branch Commit: b6dce54214c804e46aab05acd03a64c35a9baa63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6dce54214c804e46aab05acd03a64c35a9baa63
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 21:07:53 2010 -0800 mesa: Remove unnecessary header from formats.c. --- src/mesa/main/formats.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 5983f00..d0c9c00 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -27,7 +27,6 @@ #include "imports.h" #include "formats.h" #include "config.h" -#include "texstore.h" /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
