Module: Mesa Branch: mesa_7_7_branch Commit: 264f4101cd52ad5b22a85f8f4709bd7b38b8d8e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=264f4101cd52ad5b22a85f8f4709bd7b38b8d8e2
Author: Vinson Lee <[email protected]> Date: Tue Jan 12 19:45:25 2010 -0800 tnl: Remove unnecessary header from t_vb_program.c. --- src/mesa/tnl/t_vb_program.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c index a9dae7d..f3de6b6 100644 --- a/src/mesa/tnl/t_vb_program.c +++ b/src/mesa/tnl/t_vb_program.c @@ -40,7 +40,6 @@ #include "shader/prog_statevars.h" #include "shader/prog_execute.h" #include "swrast/s_context.h" -#include "swrast/s_texfilter.h" #include "tnl/tnl.h" #include "tnl/t_context.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
