Get rid of unneeded <X11/Xlib.h> include.
authorCyril Brulebois <kibi@debian.org>
Sat, 29 Jan 2011 13:24:46 +0000 (14:24 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 29 Jan 2011 19:10:35 +0000 (14:10 -0500)
There's no need for this xlib include:
|   YACC   xkbparse.c
|   CC     xkbparse.lo
| xkbparse.y:98:22: error: X11/Xlib.h: No such file or directory

Signed-off-by: Cyril Brulebois <kibi@debian.org>
Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
src/xkbcomp/xkbparse.y

index be525a3..bc581db 100644 (file)
@@ -95,7 +95,6 @@
 #endif
 #include "parseutils.h"
 #include "xkbmisc.h"
-#include <X11/Xlib.h>
 #include <X11/keysym.h>
 #include <stdlib.h>