From: Ben Skeggs Date: Sun, 25 Nov 2007 02:05:56 +0000 (+1100) Subject: nv40: fix build after gallium changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=042b7dfd0e15ccd0fcad0c141477091c006e0815;p=mesa.git nv40: fix build after gallium changes --- diff --git a/src/mesa/pipe/nv40/nv40_fragprog.c b/src/mesa/pipe/nv40/nv40_fragprog.c index e6fee2bf5ae..ec8cac676e9 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 04bdaacc98a..66722bafa58 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"