<poll.h> is not needed any more

This commit is contained in:
Frank Denis 2013-01-21 20:45:39 -08:00
parent ab969fe353
commit 0ca9901e14

View File

@ -6,9 +6,6 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#ifndef _WIN32
# include <poll.h>
#endif
#include <stdint.h>
#include <stdlib.h>
#include <string.h>