summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-11-25 13:05:56 +1100
committerBen Skeggs <skeggsb@gmail.com>2007-11-25 13:05:56 +1100
commit042b7dfd0e15ccd0fcad0c141477091c006e0815 (patch)
tree51cb7bdf3e300835e3223b9bfaaf49a6fe6f2690 /src/mesa
parent2bd97ca9427bbb90c1ac81f8947d33dba4b86290 (diff)
nv40: fix build after gallium changes
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/nv40/nv40_fragprog.c6
-rw-r--r--src/mesa/pipe/nv40/nv40_vertprog.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/pipe/nv40/nv40_fragprog.c b/src/mesa/pipe/nv40/nv40_fragprog.c
index e6fee2bf5a..ec8cac676e 100644
--- a/src/mesa/pipe/nv40/nv40_fragprog.c
+++ b/src/mesa/pipe/nv40/nv40_fragprog.c
@@ -2,9 +2,9 @@
#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/tgsi/exec/tgsi_util.h"
+#include "pipe/p_shader_tokens.h"
+#include "pipe/tgsi/util/tgsi_parse.h"
+#include "pipe/tgsi/util/tgsi_util.h"
#include "nv40_context.h"
#include "nv40_dma.h"
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"