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:
parent
8d5584558f
commit
720651ebf3
|
@ -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 */ ,
|
||||||
|
|
Loading…
Reference in New Issue