summaryrefslogtreecommitdiff
path: root/xkb/xkb.c
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-03-07 17:07:04 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-15 18:11:57 -0700
commitd444cd4237e008f148ed000fb4b15efa7981072a (patch)
tree41c63c68476f4197d6f84a3d8da51bda0fbd7eae /xkb/xkb.c
parentdfdde27990ce2b5c3543226b4ee12252bd34352a (diff)
dix: unexport some lookup functions
These aren't used by any drivers, so no need to export them. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1380>
Diffstat (limited to 'xkb/xkb.c')
-rw-r--r--xkb/xkb.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/xkb/xkb.c b/xkb/xkb.c
index 8d52e25df..b324aeaa8 100644
--- a/xkb/xkb.c
+++ b/xkb/xkb.c
@@ -31,6 +31,11 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <X11/X.h>
#include <X11/Xproto.h>
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XKMformat.h>
+
+#include "dix/dix_priv.h"
+
#include "misc.h"
#include "inputstr.h"
#include <xkbsrv.h>
@@ -40,8 +45,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "xkb-procs.h"
#include "protocol-versions.h"
-#include <X11/extensions/XI.h>
-#include <X11/extensions/XKMformat.h>
int XkbEventBase;
static int XkbErrorBase;