nouveau: make nouveau_device.h part of public API
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include "xmlconfig.h"
|
||||
|
||||
#include "nouveau/nouveau_winsys.h"
|
||||
#include "nouveau_device.h"
|
||||
#include "nouveau_drmif.h"
|
||||
#include "nouveau_dma.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define __NOUVEAU_SCREEN_H__
|
||||
|
||||
#include "xmlconfig.h"
|
||||
#include "nouveau_device.h"
|
||||
|
||||
struct nouveau_screen {
|
||||
__DRIscreenPrivate *driScrnPriv;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user