summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_program.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/nv50/nv50_program.c
parent4b1c508f49a070f113929393423d6704f1ff18b6 (diff)
nouveau: fix build
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_program.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c
index 0d3ddb8a59..d6fbdd1824 100644
--- a/src/gallium/drivers/nv50/nv50_program.c
+++ b/src/gallium/drivers/nv50/nv50_program.c
@@ -26,8 +26,8 @@
#include "pipe/p_inlines.h"
#include "pipe/p_shader_tokens.h"
-#include "tgsi/util/tgsi_parse.h"
-#include "tgsi/util/tgsi_util.h"
+#include "tgsi/tgsi_parse.h"
+#include "tgsi/tgsi_util.h"
#include "nv50_context.h"