aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-26 18:18:12 -0500
committerGitHub <noreply@github.com>2017-11-26 18:18:12 -0500
commit57a304c750d18fe52b7e06eb60a2eb410afe2b52 (patch)
treea30a1b2a635085973eef73338895556548cac041 /backend
parentd361cda3b637360951146624fd06fc7d43df3da3 (diff)
parent87ea76e0374ddf23975ed5e57f01ad0ef69d0ab2 (diff)
Merge pull request #447 from ascent12/os-compat
Remove unneeded linux include
Diffstat (limited to 'backend')
-rw-r--r--backend/wayland/os-compatibility.c3
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>