diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 23:45:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 23:45:56 +0000 |
commit | f58fd14783734c489daf12e5cbe61462c25744b5 (patch) | |
tree | 904dc5938ffd0d8c67bd741841b37f84cf44b373 /src/commands.cpp | |
parent | e1acdc90cc41cd167c84d8184ffb01bc24c937a2 (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/commands.cpp')
-rw-r--r-- | src/commands.cpp | 11 |
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> |