[PATCH libxkbcommon] Get rid of unneeded <X11/Xlib.h> include.
Cyril Brulebois
kibi at debian.org
Sat Jan 29 05:24:46 PST 2011
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 at debian.org>
---
src/xkbcomp/xkbparse.y | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/xkbcomp/xkbparse.y b/src/xkbcomp/xkbparse.y
index ab21681..5142261 100644
--- a/src/xkbcomp/xkbparse.y
+++ b/src/xkbcomp/xkbparse.y
@@ -95,7 +95,6 @@
#endif
#include "parseutils.h"
#include "xkbmisc.h"
-#include <X11/Xlib.h>
#include <X11/keysym.h>
#include <stdlib.h>
--
1.7.2.3
More information about the xorg-devel
mailing list