exa: drop cw.h inclusion
this doesn't seem to be needed, at least I can't see any warning without it. I'd like to build EXA into a driver and cw.h isn't exported
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
|
|
||||||
#include "exa_priv.h"
|
#include "exa_priv.h"
|
||||||
#include "exa.h"
|
#include "exa.h"
|
||||||
#include "cw.h"
|
|
||||||
|
|
||||||
static int exaScreenPrivateKeyIndex;
|
static int exaScreenPrivateKeyIndex;
|
||||||
DevPrivateKey exaScreenPrivateKey = &exaScreenPrivateKeyIndex;
|
DevPrivateKey exaScreenPrivateKey = &exaScreenPrivateKeyIndex;
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
#include <X11/fonts/fontstruct.h>
|
#include <X11/fonts/fontstruct.h>
|
||||||
#include "dixfontstr.h"
|
#include "dixfontstr.h"
|
||||||
#include "exa.h"
|
#include "exa.h"
|
||||||
#include "cw.h"
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
exaFillSpans(DrawablePtr pDrawable, GCPtr pGC, int n,
|
exaFillSpans(DrawablePtr pDrawable, GCPtr pGC, int n,
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
#include "exa_priv.h"
|
#include "exa_priv.h"
|
||||||
#include "exa.h"
|
#include "exa.h"
|
||||||
#include "cw.h"
|
|
||||||
|
|
||||||
#if DEBUG_MIGRATE
|
#if DEBUG_MIGRATE
|
||||||
#define DBG_MIGRATE(a) ErrorF a
|
#define DBG_MIGRATE(a) ErrorF a
|
||||||
|
|||||||
Reference in New Issue
Block a user