From d9e2822f535f3f02adaf4bb935a64184b871efd7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 17 Jul 2017 12:49:47 +0200 Subject: nxcompshad: Drop Cygwin/Win32 support. Has been untested and unused for a long time. This code can be reactivated any time in the future once some potential maintainer turns up and makes this work on the MS Windows / Cygwin platform. --- nxcompshad/src/Poller.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nxcompshad/src/Poller.h') diff --git a/nxcompshad/src/Poller.h b/nxcompshad/src/Poller.h index 6236f872f..2fde91007 100644 --- a/nxcompshad/src/Poller.h +++ b/nxcompshad/src/Poller.h @@ -26,14 +26,6 @@ #ifndef Poller_H #define Poller_H -#if defined(__CYGWIN32__) || defined(WIN32) - -#include "Win.h" - -#else - #include "X11.h" -#endif - #endif /* Poller_H */ -- cgit v1.2.3