diff options
author | Brian <[email protected]> | 2006-12-15 10:08:59 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2006-12-15 10:08:59 -0700 |
commit | 60a7200c0de7fc2925430b466739b4021087d14c (patch) | |
tree | b9ac7b6331ab6448ebe72f5b9c7a9cc84749ffd7 /src/mesa/tnl/t_vb_program.c | |
parent | 89f88058b9321d9aac50200f9e173a7302934c27 (diff) |
updated includes
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
-rw-r--r-- | src/mesa/tnl/t_vb_program.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c index c901de05889..9df649c5e66 100644 --- a/src/mesa/tnl/t_vb_program.c +++ b/src/mesa/tnl/t_vb_program.c @@ -42,7 +42,8 @@ #include "program.h" #include "simple_list.h" #include "mtypes.h" -#include "program_instruction.h" +#include "prog_instruction.h" +#include "prog_statevars.h" #include "nvvertexec.h" #include "nvprogram.h" |