diff options
author | Vinson Lee <[email protected]> | 2010-01-12 19:45:25 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-12 19:45:25 -0800 |
commit | 264f4101cd52ad5b22a85f8f4709bd7b38b8d8e2 (patch) | |
tree | 566c07f8ce3f4a91f838055b7384d83ba49a0e9e /src/mesa/tnl | |
parent | c63150100301ef524223df430271760b606784c3 (diff) |
tnl: Remove unnecessary header from t_vb_program.c.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | 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 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" |