Mesa (master): nv40: fix include of nv04_surface_2d.h

Christoph Bumiller chrisbmr at kemper.freedesktop.org
Fri Feb 26 20:18:05 UTC 2010


Module: Mesa
Branch: master
Commit: d1fe9bcc3f07a73b3122851731d5081580d8bb8f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1fe9bcc3f07a73b3122851731d5081580d8bb8f

Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Fri Feb 26 21:11:07 2010 +0100

nv40: fix include of nv04_surface_2d.h

---

 src/gallium/drivers/nv40/nv40_screen.h |    2 +-
 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 10a952c..9437aa0 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/nv40_surface_2d.h"
+#include "nouveau/nv04_surface_2d.h"
 
 struct nv40_screen {
 	struct nouveau_screen base;




More information about the mesa-commit mailing list