nouveau: make nouveau_device.h part of public API

This commit is contained in:
Ben Skeggs 2008-05-13 12:09:04 +10:00
parent c962ad7cd5
commit 2f80d4d2a7
6 changed files with 1 additions and 5 deletions

View file

@ -5,7 +5,6 @@
#include "xmlconfig.h"
#include "nouveau/nouveau_winsys.h"
#include "nouveau_device.h"
#include "nouveau_drmif.h"
#include "nouveau_dma.h"

View file

@ -27,7 +27,7 @@
#include <xf86drm.h>
#include <nouveau_drm.h>
#include "nouveau_device.h"
#include "nouveau/nouveau_device.h"
#include "nouveau/nouveau_channel.h"
#include "nouveau/nouveau_grobj.h"
#include "nouveau/nouveau_notifier.h"

View file

@ -7,7 +7,6 @@
#include "state_tracker/st_cb_fbo.h"
#include "nouveau_context.h"
#include "nouveau_device.h"
#include "nouveau_drm.h"
#include "nouveau_dri.h"
#include "nouveau_local.h"

View file

@ -2,7 +2,6 @@
#define __NOUVEAU_SCREEN_H__
#include "xmlconfig.h"
#include "nouveau_device.h"
struct nouveau_screen {
__DRIscreenPrivate *driScrnPriv;

View file

@ -4,7 +4,6 @@
#include "pipe/p_inlines.h"
#include "nouveau_context.h"
#include "nouveau_device.h"
#include "nouveau_local.h"
#include "nouveau_screen.h"
#include "nouveau_swapbuffers.h"