From 1292b4bd394fea82f3c733cfa6cc3cff3b831ecc Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 25 Jul 2025 13:33:40 +0200 Subject: [PATCH] os: ospoll: drop not needed including of X11 headers Those just conflicting with win32/mingw headers on type `BOOL`. Signed-off-by: Enrico Weigelt, metux IT consult --- os/ospoll.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/ospoll.c b/os/ospoll.c index 33a60da331..352a41ffb0 100644 --- a/os/ospoll.c +++ b/os/ospoll.c @@ -24,8 +24,6 @@ #include #include -#include -#include #include "include/fd_notify.h" #include "os/xserver_poll.h"