diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-26 18:18:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 18:18:12 -0500 |
commit | 57a304c750d18fe52b7e06eb60a2eb410afe2b52 (patch) | |
tree | a30a1b2a635085973eef73338895556548cac041 | |
parent | d361cda3b637360951146624fd06fc7d43df3da3 (diff) | |
parent | 87ea76e0374ddf23975ed5e57f01ad0ef69d0ab2 (diff) |
Merge pull request #447 from ascent12/os-compat
Remove unneeded linux include
-rw-r--r-- | backend/wayland/os-compatibility.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/wayland/os-compatibility.c b/backend/wayland/os-compatibility.c index 14125793..cbd7988d 100644 --- a/backend/wayland/os-compatibility.c +++ b/backend/wayland/os-compatibility.c @@ -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> |