(submit/xnest-config.h) 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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-07-30 12:56:06 +02:00
parent ac8674f359
commit e67d6c1b42

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 */