diff options
author | Brian <[email protected]> | 2006-12-14 15:02:37 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2006-12-14 15:02:37 -0700 |
commit | c0551f0a465b577a17698ede46370a17e29b3df7 (patch) | |
tree | 4451ab0fe4d8800877821d5fbbd1c942f30e438d /src/mesa/shader/arbprogparse.c | |
parent | a7a89e362b8d0dd1586675c23aac4e0e5486262a (diff) |
Updated includes.
Diffstat (limited to 'src/mesa/shader/arbprogparse.c')
-rw-r--r-- | src/mesa/shader/arbprogparse.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index 5a61f30193b..7a87bf015ff 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c @@ -35,10 +35,12 @@ #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 */ |