diff options
| author | 2006-08-30 09:03:03 +0000 | |
|---|---|---|
| committer | 2006-08-30 09:03:03 +0000 | |
| commit | d54fd9b1e6b31f69332a9241b5f17330c0ad61e0 (patch) | |
| tree | 4f71ce0d23547f7e634f3e8a45982db201c8f8b1 /src/base.cpp | |
| parent | Annnd, get the fix right. (diff) | |
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base.cpp b/src/base.cpp index 6b680ce1a..b2101d574 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -17,12 +17,7 @@ #include "inspircd_config.h" #include "base.h" #include <time.h> -#include <map> -#include <deque> -#include <string> #include "inspircd.h" -#include "modules.h" - const int bitfields[] = {1,2,4,8,16,32,64,128}; const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}; |
