Updated includes.
authorBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:02:37 +0000 (15:02 -0700)
committerBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:02:37 +0000 (15:02 -0700)
src/mesa/shader/arbprogparse.c
src/mesa/shader/nvfragparse.c
src/mesa/shader/nvvertexec.c
src/mesa/shader/nvvertparse.c

index 5a61f30193b04558d0d306d6d30d405bdab5d3ee..7a87bf015ff11e4e7d67fb59fa187e2625bbfb02 100644 (file)
 #include "arbprogparse.h"
 #include "grammar_mesa.h"
 #include "program.h"
+#include "prog_parameter.h"
+#include "prog_statevars.h"
 #include "context.h"
 #include "macros.h"
 #include "mtypes.h"
-#include "program_instruction.h"
+#include "prog_instruction.h"
 
 
 /* For ARB programs, use the NV instruction limits */
index 8405623333f06e67c25f4978dcf4b18777027637..6690c9a85142a01e25cfabe6800ffcdfb17accf3 100644 (file)
@@ -43,7 +43,8 @@
 #include "imports.h"
 #include "macros.h"
 #include "mtypes.h"
-#include "program_instruction.h"
+#include "prog_parameter.h"
+#include "prog_instruction.h"
 #include "nvfragparse.h"
 #include "nvprogram.h"
 #include "program.h"
index 96bb16e873e2663b07e96af30d0af2827d7bba43..986022dc0319f1789028cac9b6e06451c12bec31 100644 (file)
@@ -34,7 +34,9 @@
 #include "macros.h"
 #include "mtypes.h"
 #include "nvvertexec.h"
-#include "program_instruction.h"
+#include "prog_parameter.h"
+#include "prog_statevars.h"
+#include "prog_instruction.h"
 #include "program.h"
 #include "math/m_matrix.h"
 
index ecfe8ec334fbaaa25487cc5df3f2b1840966ff51..6491404441019bf6ca8350e7b32f1bf10f153683 100644 (file)
@@ -45,7 +45,7 @@
 #include "mtypes.h"
 #include "nvprogram.h"
 #include "nvvertparse.h"
-#include "program_instruction.h"
+#include "prog_instruction.h"
 #include "program.h"