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_atifragshader.c | |
parent | 2cd8791cad11ea3961533c0cd8f9c1bbf50ef6cc (diff) |
Update includes post-splitting of s_texture.c
Diffstat (limited to 'src/mesa/swrast/s_atifragshader.c')
-rw-r--r-- | src/mesa/swrast/s_atifragshader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_atifragshader.c b/src/mesa/swrast/s_atifragshader.c index 4b53ff6587..292f00e946 100644 --- a/src/mesa/swrast/s_atifragshader.c +++ b/src/mesa/swrast/s_atifragshader.c @@ -30,7 +30,7 @@ #include "s_atifragshader.h" #include "s_nvfragprog.h" #include "s_span.h" -#include "s_texture.h" + /** * Fetch a texel. |