summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-12 23:45:56 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-12 23:45:56 +0000
commitf58fd14783734c489daf12e5cbe61462c25744b5 (patch)
tree904dc5938ffd0d8c67bd741841b37f84cf44b373 /src/modules.cpp
parente1acdc90cc41cd167c84d8184ffb01bc24c937a2 (diff)
Moved some stuff out to userprocess.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2359 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index 6afc36b47..af8e2cbb6 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -22,17 +22,6 @@ using namespace std;
#include "inspircd_util.h"
#include <unistd.h>
#include <sys/errno.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 <time.h>
#include <string>
#ifdef GCC3