xkb: Remove XKMformat.h include from xkbsrv.h into the files that need it.

xkbsrv.h is used by drivers, they don't need the XKM format and shouldn't
require it.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-07-15 12:30:02 +10:00
parent 35ff5cd26e
commit 693babbf12
6 changed files with 5 additions and 1 deletions

View File

@ -947,7 +947,6 @@ extern int XkbGetKeysym(
DeviceEvent* /* event*/);
#include "xkbfile.h"
#include <X11/extensions/XKMformat.h>
#include "xkbrules.h"
#define _XkbListKeycodes 0

View File

@ -40,6 +40,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "xkb.h"
#include <X11/extensions/XI.h>
#include <X11/extensions/XKMformat.h>
int XkbEventBase;
static int XkbErrorBase;

View File

@ -34,6 +34,7 @@
#include <X11/Xos.h>
#include <X11/Xfuncs.h>
#include <X11/extensions/XKMformat.h>
#include <X11/X.h>
#include <X11/keysym.h>

View File

@ -36,6 +36,7 @@
#include <X11/X.h>
#include <X11/keysym.h>
#include <X11/Xproto.h>
#include <X11/extensions/XKMformat.h>
#include "misc.h"
#include "inputstr.h"
#include "dix.h"

View File

@ -36,6 +36,7 @@
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/extensions/XKMformat.h>
#include "misc.h"
#include "inputstr.h"
#include "dix.h"

View File

@ -36,6 +36,7 @@
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/keysym.h>
#include <X11/extensions/XKMformat.h>
#include "misc.h"
#include "inputstr.h"
#include "xkbstr.h"