Module: Mesa Branch: mesa_7_7_branch Commit: c847e7d07b3f43d5c05a920cf6326b89b31ed92b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c847e7d07b3f43d5c05a920cf6326b89b31ed92b
Author: Vinson Lee <[email protected]> Date: Sun Jan 17 20:50:15 2010 -0800 mesa: Remove unnecessary header from texobj.c. --- src/mesa/main/texobj.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 237b6eb..7f62557 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -38,7 +38,6 @@ #include "imports.h" #include "macros.h" #include "teximage.h" -#include "texstate.h" #include "texobj.h" #include "mtypes.h" #include "shader/prog_instruction.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
