diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-15 00:58:03 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-15 00:58:03 +0000 |
commit | 55187ea63e980b32c7a701855571332f4357d634 (patch) | |
tree | 718aa27a1a14647c6190cff4f7bc3aff63211c13 /src/mesa/swrast/s_context.c | |
parent | 2cd8791cad11ea3961533c0cd8f9c1bbf50ef6cc (diff) |
Update includes post-splitting of s_texture.c
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r-- | src/mesa/swrast/s_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 0808876dab..bdd1172709 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -42,7 +42,7 @@ #include "s_points.h" #include "s_span.h" #include "s_triangle.h" -#include "s_texture.h" +#include "s_texfilter.h" /** |