1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

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 <christophe.curis@free.fr>
This commit is contained in:
Milan Čermák
2014-10-26 00:31:40 +02:00
committed by Carlos R. Mafra
parent 1748a18380
commit 484c880fd0

View File

@@ -32,7 +32,6 @@
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xatom.h> #include <X11/Xatom.h>
#include <X11/Xarch.h>
#include <string.h> #include <string.h>
#include <WINGs/WUtil.h> #include <WINGs/WUtil.h>