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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-07-25 13:33:40 +02:00
committed by Enrico Weigelt
parent 2bee97548e
commit 1292b4bd39

View File

@@ -24,8 +24,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <X11/X.h>
#include <X11/Xproto.h>
#include "include/fd_notify.h"
#include "os/xserver_poll.h"