diff options
| author | 2006-04-08 22:33:46 +0000 | |
|---|---|---|
| committer | 2006-04-08 22:33:46 +0000 | |
| commit | 77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a (patch) | |
| tree | af57fe94416547ca184a5c882ec9cd0e4ed9867a /src/cull_list.cpp | |
| parent | Obsolete (diff) | |
| download | inspircd++-77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a.tar.gz inspircd++-77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a.tar.bz2 inspircd++-77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a.zip | |
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/cull_list.cpp')
| -rw-r--r-- | src/cull_list.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 61324c454..00c916199 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.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> |
