summaryrefslogtreecommitdiff
path: root/src/modules/m_alltime.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 19:13:39 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 19:13:39 +0000
commit76d7e8a0684b38a82e6c05ebd7538b69660e1bef (patch)
treeac874179a3e0268abd949b5220af515bdd6140b4 /src/modules/m_alltime.cpp
parent11554b8626d8b421cc9cf2c6f6cc3fe2467e0441 (diff)
Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahblah that we dont even use, remove redeclared <string>, <map>, <vector>.
This (1) fixes the irc::string::move warnings on vc8 (2) speeds up compile a lot git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7098 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_alltime.cpp')
-rw-r--r--src/modules/m_alltime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp
index a24e3c979..16b692518 100644
--- a/src/modules/m_alltime.cpp
+++ b/src/modules/m_alltime.cpp
@@ -11,8 +11,6 @@
* ---------------------------------------------------
*/
-#include <stdio.h>
-#include <string>
#include "inspircd.h"
#include "modules.h"