diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-05-13 12:09:04 +1000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-05-13 12:09:04 +1000 |
commit | 2f80d4d2a705835b272cf2274ea578fe5bbe1919 (patch) | |
tree | b4af2e3c612ba9c443a7342e3fead2fddf946623 /src/gallium/winsys/dri/nouveau/nouveau_screen.h | |
parent | c962ad7cd5dbea12d13997b421a44b16af3c6662 (diff) |
nouveau: make nouveau_device.h part of public API
Diffstat (limited to 'src/gallium/winsys/dri/nouveau/nouveau_screen.h')
-rw-r--r-- | src/gallium/winsys/dri/nouveau/nouveau_screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/dri/nouveau/nouveau_screen.h b/src/gallium/winsys/dri/nouveau/nouveau_screen.h index e9da202690..388d6be9bb 100644 --- a/src/gallium/winsys/dri/nouveau/nouveau_screen.h +++ b/src/gallium/winsys/dri/nouveau/nouveau_screen.h @@ -2,7 +2,6 @@ #define __NOUVEAU_SCREEN_H__ #include "xmlconfig.h" -#include "nouveau_device.h" struct nouveau_screen { __DRIscreenPrivate *driScrnPriv; |