From: Christoph Bumiller Date: Fri, 26 Feb 2010 20:11:07 +0000 (+0100) Subject: nv40: fix include of nv04_surface_2d.h X-Git-Tag: 062012170305~12852^2~457 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1fe9bcc3f07a73b3122851731d5081580d8bb8f;p=profile%2Fivi%2Fmesa.git nv40: fix include of nv04_surface_2d.h --- 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;