cleanup poll.h include for non-windows

This commit is contained in:
Neil Cook 2016-12-14 15:54:10 +00:00
parent d3b097fffe
commit 5cc4028d63
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@
#include "config.h" #include "config.h"
#ifdef USE_WINSOCK #ifndef USE_WINSOCK
#else
#include <poll.h> #include <poll.h>
#endif #endif
#include <sys/resource.h> #include <sys/resource.h>