(submit/xnest-fix-unnecessary-include) Xnest: Keyboard: drop unnecessary include
<X11/extensions/XKBconfig.h> isn't needed, so drop it.
Fixes: d568221710
- XFree86 4.3.0.1
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
449b6ad6e0
commit
f12944ce12
|
@ -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