summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-06-11 14:59:19 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-06-29 15:46:17 +1000
commit19a1e9015e4ae429ab26e56848104fa209590338 (patch)
tree95eb9540302f5a0c887ddad62424e4000e2e55bd /src/gallium/drivers/nv50/nv50_context.h
parent585ae74d87f3d04a4b5b7c068b865292afd1a16b (diff)
nv50: rename nv50_state.h to nv50_program.h
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h
index 69c9dba675..72d859c468 100644
--- a/src/gallium/drivers/nv50/nv50_context.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
@@ -15,8 +15,8 @@
struct nv50_screen *ctx = nv50->screen
#include "nouveau/nouveau_push.h"
-#include "nv50_state.h"
#include "nv50_screen.h"
+#include "nv50_program.h"
#define NOUVEAU_ERR(fmt, args...) \
fprintf(stderr, "%s:%d - "fmt, __func__, __LINE__, ##args);