Xext: sync: drop unneeded include of <sys/time.h>

We neither need to guard including <sys/time.h> from mingw, nor do we
need that include here at all.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-01 10:16:26 +02:00
committed by Enrico Weigelt
parent 7c732656f8
commit 0023226f3b

View File

@@ -75,10 +75,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include "inputstr.h"
#include "misync_priv.h"
#if !defined(WIN32)
#include <sys/time.h>
#endif
/*
* Local Global Variables
*/