summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 0797c3f19..6b38e757a 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -24,17 +24,6 @@ using namespace std;
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/utsname.h>
-
-#ifdef USE_KQUEUE
-#include <sys/types.h>
-#include <sys/event.h>
-#include <sys/time.h>
-#endif
-
-#ifdef USE_EPOLL
-#include <sys/epoll.h>
-#endif
-
#include <cstdio>
#include <time.h>
#include <string>