commit | 57d9531cd644226d15be4a09ad1492ab647165dc | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Thu Dec 14 15:03:04 2006 -0700 |
committer | Brian <brian@yutani.localnet.net> | Thu Dec 14 15:03:04 2006 -0700 |
tree | 7bd19d4dc61b663710be1a34c822ac6ced2eb81d | |
parent | c0551f0a465b577a17698ede46370a17e29b3df7 [diff] [blame] |
Updated includes.
diff --git a/src/mesa/shader/nvprogram.c b/src/mesa/shader/nvprogram.c index 4f160b1..b824ce2 100644 --- a/src/mesa/shader/nvprogram.c +++ b/src/mesa/shader/nvprogram.c
@@ -44,7 +44,8 @@ #include "macros.h" #include "mtypes.h" #include "nvfragparse.h" -#include "program_instruction.h" +#include "prog_parameter.h" +#include "prog_instruction.h" #include "nvvertexec.h" #include "nvvertparse.h" #include "nvprogram.h"