From 0023226f3b6adbcaef05e1c425447b058f503dfa Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 1 Aug 2025 10:16:26 +0200 Subject: [PATCH] Xext: sync: drop unneeded include of We neither need to guard including from mingw, nor do we need that include here at all. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/sync.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Xext/sync.c b/Xext/sync.c index bfcd23dea..11955e22d 100644 --- a/Xext/sync.c +++ b/Xext/sync.c @@ -75,10 +75,6 @@ PERFORMANCE OF THIS SOFTWARE. #include "inputstr.h" #include "misync_priv.h" -#if !defined(WIN32) -#include -#endif - /* * Local Global Variables */