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
commit 693babbf12
6 changed files with 5 additions and 1 deletions

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"