From 484c880fd06d52f35a4593bf9feea8846c2204af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20=C4=8Cerm=C3=A1k?= Date: Sun, 26 Oct 2014 00:31:40 +0200 Subject: [PATCH] wmaker: remove call to internal X11 header The header 'Xarch' is not part of the standard, it is an internal header that is already included by the other headers; furthermore it is not needed directly by the code in wmspec.c. As it breaks compilation on some platforms (namely Solaris 10), its call is removed. Signed-off-by: Christophe CURIS --- src/wmspec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wmspec.c b/src/wmspec.c index 2e10bc0f..6b33c327 100644 --- a/src/wmspec.c +++ b/src/wmspec.c @@ -32,7 +32,6 @@ #include #include -#include #include #include