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 /exa/exa_accel.c | |
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
Diffstat (limited to 'exa/exa_accel.c')
-rw-r--r-- | exa/exa_accel.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |