From: Cyril Brulebois Date: Sat, 29 Jan 2011 13:24:46 +0000 (+0100) Subject: Get rid of unneeded include. X-Git-Tag: xkbcommon-0.2.0~803 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=621c2a7a8c4a14a5ddfdd6add735b78efd950f2b;p=platform%2Fupstream%2Flibxkbcommon.git Get rid of unneeded include. 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 Signed-off-by: Kristian Høgsberg --- diff --git a/src/xkbcomp/xkbparse.y b/src/xkbcomp/xkbparse.y index be525a3..bc581db 100644 --- a/src/xkbcomp/xkbparse.y +++ b/src/xkbcomp/xkbparse.y @@ -95,7 +95,6 @@ #endif #include "parseutils.h" #include "xkbmisc.h" -#include #include #include