summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_vb_arbprogram.c1
-rw-r--r--src/mesa/tnl/t_vp_build.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c
index bf784446cd..4aa2e80d55 100644
--- a/src/mesa/tnl/t_vb_arbprogram.c
+++ b/src/mesa/tnl/t_vb_arbprogram.c
@@ -43,6 +43,7 @@
#include "t_pipeline.h"
#include "t_vb_arbprogram.h"
#include "tnl.h"
+#include "program_instruction.h"
#define DISASSEM 0
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c
index 598930afb0..aa0d15f8e2 100644
--- a/src/mesa/tnl/t_vp_build.c
+++ b/src/mesa/tnl/t_vp_build.c
@@ -38,7 +38,6 @@
#include "shader/program.h"
#include "shader/program_instruction.h"
-#include "shader/arbvertparse.h"
struct state_key {
unsigned light_global_enabled:1;