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"
#ifdef USE_WINSOCK
#else
#ifndef USE_WINSOCK
#include <poll.h>
#endif
#include <sys/resource.h>