diff options
author | Jakob Bornecrantz <[email protected]> | 2010-06-24 02:36:30 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-06-24 02:36:30 +0200 |
commit | 9ca563a9a8573bf79821abc75ccf0fdade19c8a9 (patch) | |
tree | ea994e6babecced626b098de0c483c93c363b0ed /src/gallium/drivers | |
parent | 09b73b2a5f012128f9d3cf6c8189d68fbfcd4e1c (diff) |
nouveau: Remove reference to drm_api
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c index 60bdd7276aa..6fe1eb69530 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.c +++ b/src/gallium/drivers/nouveau/nouveau_screen.c @@ -15,7 +15,7 @@ #include "nouveau_screen.h" /* XXX this should go away */ -#include "state_tracker/drm_api.h" +#include "state_tracker/drm_driver.h" #include "util/u_simple_screen.h" static const char * |