diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-11-25 13:05:56 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-11-25 13:05:56 +1100 |
commit | 042b7dfd0e15ccd0fcad0c141477091c006e0815 (patch) | |
tree | 51cb7bdf3e300835e3223b9bfaaf49a6fe6f2690 /src/mesa/pipe/nv40/nv40_vertprog.c | |
parent | 2bd97ca9427bbb90c1ac81f8947d33dba4b86290 (diff) |
nv40: fix build after gallium changes
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_vertprog.c')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_vertprog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/nv40/nv40_vertprog.c b/src/mesa/pipe/nv40/nv40_vertprog.c index 04bdaacc98..66722bafa5 100644 --- a/src/mesa/pipe/nv40/nv40_vertprog.c +++ b/src/mesa/pipe/nv40/nv40_vertprog.c @@ -2,8 +2,8 @@ #include "pipe/p_defines.h" #include "pipe/p_state.h" -#include "pipe/tgsi/exec/tgsi_token.h" -#include "pipe/tgsi/exec/tgsi_parse.h" +#include "pipe/p_shader_tokens.h" +#include "pipe/tgsi/util/tgsi_parse.h" #include "nv40_context.h" #include "nv40_dma.h" |