Xnest: no need to include xkb-config.h

Xnest doesn't need anything from xkb-config.h, so no need to include it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1632>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-07-30 12:56:06 +02:00 committed by Marge Bot
parent ec13a6a61f
commit 7130072dc5

View File

@ -29,6 +29,5 @@
#define XNEST_CONFIG_H #define XNEST_CONFIG_H
#include <dix-config.h> #include <dix-config.h>
#include <xkb-config.h>
#endif /* XNEST_CONFIG_H */ #endif /* XNEST_CONFIG_H */