diff options
author | Dave Airlie <airlied@redhat.com> | 2008-09-01 09:57:25 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-09-01 09:57:25 +1000 |
commit | 0466b8811ce8ebc1d993f177cbb7a22e997640f1 (patch) | |
tree | ef38fbf909111ac50b1b8ff80c6ca68ac9770e5f | |
parent | 881bd15f445bb62c3fdea863c968c95217408b6e (diff) |
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
-rw-r--r-- | exa/exa.c | 1 | ||||
-rw-r--r-- | exa/exa_accel.c | 1 | ||||
-rw-r--r-- | exa/exa_migration.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -36,7 +36,6 @@ #include "exa_priv.h" #include "exa.h" -#include "cw.h" static int exaScreenPrivateKeyIndex; DevPrivateKey exaScreenPrivateKey = &exaScreenPrivateKeyIndex; diff --git a/exa/exa_accel.c b/exa/exa_accel.c index 1c07a0b36..522224be6 100644 --- a/exa/exa_accel.c +++ b/exa/exa_accel.c @@ -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, diff --git a/exa/exa_migration.c b/exa/exa_migration.c index 2f90b82a5..56b6945fc 100644 --- a/exa/exa_migration.c +++ b/exa/exa_migration.c @@ -34,7 +34,6 @@ #include "exa_priv.h" #include "exa.h" -#include "cw.h" #if DEBUG_MIGRATE #define DBG_MIGRATE(a) ErrorF a |