summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:32:27 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:32:27 -0600
commit74c82ebbb399a274dcfb5e82d3471dee59bd5183 (patch)
tree83a297a6a4c46249c78f71b35fe82cefa439f513 /src/mesa/swrast
parent5f91007f996d0b7e3233f221a6b0056203e356d2 (diff)
mesa: refactor: move pixel map/scale/bias code into image.c
pixel.c is just the API-related code now.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_texcombine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texcombine.c b/src/mesa/swrast/s_texcombine.c
index 4ac7222daa..4c5e22618e 100644
--- a/src/mesa/swrast/s_texcombine.c
+++ b/src/mesa/swrast/s_texcombine.c
@@ -28,7 +28,7 @@
#include "colormac.h"
#include "imports.h"
#include "macros.h"
-#include "pixel.h"
+#include "image.h"
#include "s_context.h"
#include "s_texcombine.h"