diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-15 12:30:02 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-15 12:30:44 +1000 |
commit | 693babbf12cc7969c3e211c4037c7af0d41c13e9 (patch) | |
tree | 601dc718cbd2db3bfdebe642adfab07ba13738ba /xkb/xkbfmisc.c | |
parent | 35ff5cd26eb7564fefebf238e30b8d43cbb4dc25 (diff) |
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>
Diffstat (limited to 'xkb/xkbfmisc.c')
-rw-r--r-- | xkb/xkbfmisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xkb/xkbfmisc.c b/xkb/xkbfmisc.c index aa660dfbe..52ef6362c 100644 --- a/xkb/xkbfmisc.c +++ b/xkb/xkbfmisc.c @@ -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> |