diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 04:21:31 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 04:21:31 +0000 |
commit | c4a230243f93709bd9e3629ce6c9c84da0f9c31f (patch) | |
tree | e6bd7a4e9d5014fa466f49694ebd4668adbce722 /src/xline.cpp | |
parent | 7155b085f7701669ec87e411383ee6348d7e064b (diff) |
sorted hashcomp etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 768950e15..1d0bcf775 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -21,9 +21,6 @@ #include <unistd.h> #include <fcntl.h> #include <sys/errno.h> -#include <sys/ioctl.h> -#include <sys/utsname.h> -#include <cstdio> #include <time.h> #include <string> #ifdef GCC3 @@ -34,11 +31,7 @@ #include <map> #include <sstream> #include <vector> -#include <errno.h> #include <deque> -#include <errno.h> -#include <unistd.h> -#include <sched.h> #include "connection.h" #include "users.h" #include "servers.h" |