summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_vertprog.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@localhost.localdomain>2008-08-07 11:26:17 +1000
committerBen Skeggs <skeggsb@localhost.localdomain>2008-08-07 11:26:17 +1000
commitfda01b584715c05696a0e6768fda669ef1eb5f3b (patch)
tree55d6a40402366e88b5ba92f5144cfcf17a8c5c4d /src/gallium/drivers/nv30/nv30_vertprog.c
parent4b1c508f49a070f113929393423d6704f1ff18b6 (diff)
nouveau: fix build
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_vertprog.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_vertprog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_vertprog.c b/src/gallium/drivers/nv30/nv30_vertprog.c
index 39852ce983..6c075cdb75 100644
--- a/src/gallium/drivers/nv30/nv30_vertprog.c
+++ b/src/gallium/drivers/nv30/nv30_vertprog.c
@@ -3,7 +3,7 @@
#include "pipe/p_state.h"
#include "pipe/p_shader_tokens.h"
-#include "tgsi/util/tgsi_parse.h"
+#include "tgsi/tgsi_parse.h"
#include "nv30_context.h"
#include "nv30_state.h"