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