diff options
author | Brian Paul <[email protected]> | 2005-09-15 00:58:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-15 00:58:03 +0000 |
commit | 55187ea63e980b32c7a701855571332f4357d634 (patch) | |
tree | 718aa27a1a14647c6190cff4f7bc3aff63211c13 /src/mesa/swrast/s_copypix.c | |
parent | 2cd8791cad11ea3961533c0cd8f9c1bbf50ef6cc (diff) |
Update includes post-splitting of s_texture.c
Diffstat (limited to 'src/mesa/swrast/s_copypix.c')
-rw-r--r-- | src/mesa/swrast/s_copypix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c index d3c919c571d..75d2defa217 100644 --- a/src/mesa/swrast/s_copypix.c +++ b/src/mesa/swrast/s_copypix.c @@ -38,7 +38,6 @@ #include "s_pixeltex.h" #include "s_span.h" #include "s_stencil.h" -#include "s_texture.h" #include "s_zoom.h" |