From ff3e171568c8b604fc5eacd5f7e9b7ee9417f172 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 16 Oct 2009 10:26:21 +1000 Subject: xkb: don't conditionally include xkb-config.h. If HAVE_XKB_CONFIG_H is ever undefined, we fail to build anyway. Signed-off-by: Peter Hutterer --- xkb/ddxLoad.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xkb/ddxLoad.c') diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c index ba8d50b19..72aff2ac0 100644 --- a/xkb/ddxLoad.c +++ b/xkb/ddxLoad.c @@ -28,9 +28,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif -#ifdef HAVE_XKB_CONFIG_H #include -#endif #include #include -- cgit v1.2.3