xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 27 00:56:25 UTC 2024


 hw/xnest/Keyboard.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 720651ebf3125ef75489328056e45efdf7811052
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Wed Aug 21 17:14:09 2024 +0200

    Xnest: Keyboard: drop unnecessary include
    
    <X11/extensions/XKBconfig.h> isn't needed, so drop it.
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1649>

diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c
index 7735b9310..4d7388baa 100644
--- a/hw/xnest/Keyboard.c
+++ b/hw/xnest/Keyboard.c
@@ -41,7 +41,6 @@ is" without express or implied warranty.
 
 #include <X11/extensions/XKB.h>
 #include "xkbsrv.h"
-#include <X11/extensions/XKBconfig.h>
 
 extern Bool
  XkbQueryExtension(Display * /* dpy */ ,


More information about the xorg-commit mailing list