summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_screen.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-26 10:54:05 -0700
committerBrian Paul <brianp@vmware.com>2010-02-26 10:54:05 -0700
commit5ed444a7a4e8f74100a3678c007ac120e8569229 (patch)
treea19deb7fa8b55c5880837af050c19b8886c5bd97 /src/gallium/drivers/nv40/nv40_screen.h
parentd9c65ddd52199469c49fc0d3ad90fedb9a69274d (diff)
gallium/nouveau: clean-up #includes
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_screen.h')
-rw-r--r--src/gallium/drivers/nv40/nv40_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_screen.h b/src/gallium/drivers/nv40/nv40_screen.h
index 9437aa050d..10a952c1fd 100644
--- a/src/gallium/drivers/nv40/nv40_screen.h
+++ b/src/gallium/drivers/nv40/nv40_screen.h
@@ -2,7 +2,7 @@
#define __NV40_SCREEN_H__
#include "nouveau/nouveau_screen.h"
-#include "nouveau/nv04_surface_2d.h"
+#include "nouveau/nv40_surface_2d.h"
struct nv40_screen {
struct nouveau_screen base;