Updated includes.
authorBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:13:06 +0000 (15:13 -0700)
committerBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:13:06 +0000 (15:13 -0700)
src/mesa/swrast/s_context.c
src/mesa/swrast/s_nvfragprog.c

index e3047891547bfe18657b20514147708f11937150..46f99ef6e09aaea904e71d692dfe7044b1f58391 100644 (file)
@@ -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"
index df583bb29c72d65f45b29872cae5415671ab43cc..ac2f5d93b6cb400d1b4eafab17a3417209c9c34a 100644 (file)
@@ -34,7 +34,9 @@
 #include "glheader.h"
 #include "colormac.h"
 #include "context.h"
-#include "program_instruction.h"
+#include "prog_instruction.h"
+#include "prog_parameter.h"
+#include "prog_print.h"
 #include "program.h"
 
 #include "s_nvfragprog.h"