nv40: fix include of nv04_surface_2d.h
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 26 Feb 2010 20:11:07 +0000 (21:11 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 26 Feb 2010 20:16:52 +0000 (21:16 +0100)
src/gallium/drivers/nv40/nv40_screen.h

index 10a952c1fda52d133124948c23fea0e21b710d14..9437aa050d40db7a62a9bf0a8c98819c65289f6e 100644 (file)
@@ -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;