diff options
author | Dave Airlie <airlied@redhat.com> | 2009-06-10 11:15:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-06-10 11:15:24 +1000 |
commit | 6d4ffcc9e066bc7c49dcff1a2ff0111801c7286d (patch) | |
tree | 1de680a3b2ce99bca5b21d1021135d3efca5cc60 | |
parent | 6f59a8160042ea145514fdcb410f17f33fd437c2 (diff) |
input: move inputstr.h to where its needed.
This stops inputstr.h being needed to be included by output drivers.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | dix/enterleave.c | 1 | ||||
-rw-r--r-- | include/windowstr.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dix/enterleave.c b/dix/enterleave.c index d7f5f58bc..488a94388 100644 --- a/dix/enterleave.c +++ b/dix/enterleave.c @@ -30,6 +30,7 @@ #include <X11/X.h> #include <X11/extensions/XI2.h> +#include "inputstr.h" #include "windowstr.h" #include "scrnintstr.h" #include "exglobals.h" diff --git a/include/windowstr.h b/include/windowstr.h index be909b551..96bee9b93 100644 --- a/include/windowstr.h +++ b/include/windowstr.h @@ -59,7 +59,6 @@ SOFTWARE. #include "miscstruct.h" #include <X11/Xprotostr.h> #include "opaque.h" -#include "inputstr.h" #define GuaranteeNothing 0 #define GuaranteeVisBack 1 |