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:
Dave Airlie 2008-09-01 09:57:25 +10:00
parent 881bd15f44
commit 0466b8811c
3 changed files with 0 additions and 3 deletions

View File

@ -36,7 +36,6 @@
#include "exa_priv.h"
#include "exa.h"
#include "cw.h"
static int exaScreenPrivateKeyIndex;
DevPrivateKey exaScreenPrivateKey = &exaScreenPrivateKeyIndex;

View File

@ -34,7 +34,6 @@
#include <X11/fonts/fontstruct.h>
#include "dixfontstr.h"
#include "exa.h"
#include "cw.h"
static void
exaFillSpans(DrawablePtr pDrawable, GCPtr pGC, int n,

View File

@ -34,7 +34,6 @@
#include "exa_priv.h"
#include "exa.h"
#include "cw.h"
#if DEBUG_MIGRATE
#define DBG_MIGRATE(a) ErrorF a