Merge pull request #447 from ascent12/os-compat

Remove unneeded linux include
This commit is contained in:
Drew DeVault 2017-11-26 18:18:12 -05:00 committed by GitHub
commit 57a304c750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#ifdef __linux__
#include <sys/epoll.h>
#endif
#include <string.h>
#include <stdlib.h>