Xnest: Keyboard: drop unnecessary include

<X11/extensions/XKBconfig.h> isn't needed, so drop it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1649>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-08-21 17:14:09 +02:00
parent 8d5584558f
commit 720651ebf3

View File

@ -41,7 +41,6 @@ is" without express or implied warranty.
#include <X11/extensions/XKB.h> #include <X11/extensions/XKB.h>
#include "xkbsrv.h" #include "xkbsrv.h"
#include <X11/extensions/XKBconfig.h>
extern Bool extern Bool
XkbQueryExtension(Display * /* dpy */ , XkbQueryExtension(Display * /* dpy */ ,