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>
This commit is contained in:
Dave Airlie 2009-06-10 11:15:24 +10:00
parent 6f59a81600
commit 6d4ffcc9e0
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -59,7 +59,6 @@ SOFTWARE.
#include "miscstruct.h"
#include <X11/Xprotostr.h>
#include "opaque.h"
#include "inputstr.h"
#define GuaranteeNothing 0
#define GuaranteeVisBack 1