(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:
parent
ac8674f359
commit
e67d6c1b42
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue