From: Vinson Lee Date: Wed, 13 Jan 2010 03:45:25 +0000 (-0800) Subject: tnl: Remove unnecessary header from t_vb_program.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=264f4101cd52ad5b22a85f8f4709bd7b38b8d8e2;p=mesa.git tnl: Remove unnecessary header from t_vb_program.c. --- diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c index a9dae7d2e7a..f3de6b6caaf 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"