diff options
Diffstat (limited to 'nxcompshad/src/Poller.h')
-rw-r--r-- | nxcompshad/src/Poller.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 */ |