Module: Mesa Branch: mesa_7_7_branch Commit: 3e876431d01c50b5672d0ad28f7f8dbd20670616 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e876431d01c50b5672d0ad28f7f8dbd20670616
Author: Vinson Lee <[email protected]> Date: Sun Jan 17 16:08:59 2010 -0800 mesa: Remove unnecessary headers from texstate.c. --- src/mesa/main/texstate.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index c735e18..25333d8 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -35,11 +35,9 @@ #include "context.h" #include "enums.h" #include "macros.h" -#include "texcompress.h" #include "texobj.h" #include "teximage.h" #include "texstate.h" -#include "texenvprogram.h" #include "mtypes.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
