summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@openbsd.org>2015-08-11 12:58:33 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2015-08-12 10:16:11 +1000
commitcd61ddb040af288cf0e5a3fcccab3d390e3f1cab (patch)
treead19fd167baa49471c358ea6c81cd4f72fb989c6
parenta19988005750f56254977f55bd3d11e944853176 (diff)
Remove unneeded header, epoll(7) interface is not directly used.
Signed-off-by: Martin Pieuchot <mpi@openbsd.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86libinput.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xf86libinput.c b/src/xf86libinput.c
index f4f0688..041aedf 100644
--- a/src/xf86libinput.c
+++ b/src/xf86libinput.c
@@ -25,7 +25,6 @@
#include "config.h"
#endif
-#include <sys/epoll.h>
#include <errno.h>
#include <fcntl.h>
#include <time.h>