diff options
| author | 2006-04-08 22:33:46 +0000 | |
|---|---|---|
| committer | 2006-04-08 22:33:46 +0000 | |
| commit | 77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a (patch) | |
| tree | af57fe94416547ca184a5c882ec9cd0e4ed9867a /src/xline.cpp | |
| parent | Obsolete (diff) | |
Remove references to inspircd_io from these, stop configure making all the modules depend on it too. And remove some more un-needed includes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3853 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
| -rw-r--r-- | src/xline.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 602b67835..86a6081f2 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -18,17 +18,7 @@ using namespace std; #include "inspircd_config.h" #include "inspircd.h" -#include "inspircd_io.h" -#include <unistd.h> -#include <fcntl.h> -#include <sys/errno.h> -#include <time.h> #include <string> -#ifdef GCC3 -#include <ext/hash_map> -#else -#include <hash_map> -#endif #include <map> #include <sstream> #include <vector> @@ -763,4 +753,3 @@ void stats_e(userrec* user) for (std::vector<ELine>::iterator i = pelines.begin(); i != pelines.end(); i++) WriteServ(user->fd,"223 %s :%s %d %d %s :%s",user->nick,i->hostmask,i->set_time,i->duration,i->source,i->reason); } - |
