summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-14 15:13:06 -0700
committerBrian <brian@yutani.localnet.net>2006-12-14 15:13:06 -0700
commit49f82803cc6ceaf1ecc3928a5417ef300f73f37d (patch)
tree38a6c615d790dc3196671245a0d0bd624c942f08 /src/mesa/swrast/s_context.c
parent60417b646de390a71a15b3e13d2e662712e38294 (diff)
Updated includes.
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r--src/mesa/swrast/s_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index e304789154..46f99ef6e0 100644
--- a/src/mesa/swrast/s_context.c
+++ b/src/mesa/swrast/s_context.c
@@ -31,7 +31,7 @@
#include "context.h"
#include "colormac.h"
#include "mtypes.h"
-#include "program.h"
+#include "prog_statevars.h"
#include "teximage.h"
#include "swrast.h"
#include "s_blend.h"