diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/timer.cpp | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/timer.cpp b/src/timer.cpp index 0e7a77ad8..0c2cabbbe 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -14,24 +14,14 @@ * --------------------------------------------------- */ -using namespace std; - -#include "inspircd_config.h" -#include <time.h> #include <vector> #include <map> -#include "users.h" -#include "ctables.h" -#include "typedefs.h" -#include "commands.h" -#include "globals.h" -#include "hashcomp.h" +#include "inspircd_config.h" #include "inspircd.h" -#include "inspstring.h" +#include "typedefs.h" #include "helperfuncs.h" +#include "timer.h" -extern InspIRCd* ServerInstance; -extern ServerConfig* Config; extern time_t TIME; typedef std::vector<InspTimer*> timergroup; |