nv40: fix include of nv04_surface_2d.h

This commit is contained in:
Christoph Bumiller 2010-02-26 21:11:07 +01:00
parent 69a0f375cc
commit d1fe9bcc3f

View 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;