From 09dd16b981c38cbde7573398cb50ae1cf0531ade Mon Sep 17 00:00:00 2001 From: om Date: Mon, 10 Apr 2006 22:50:41 +0000 Subject: Route some more stuff through socket.h and hash_map.h. Add #define protection to timer.h and remove some unneeded includes and externs from timer.cpp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3869 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/timer.cpp | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'src') 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 #include #include -#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 timergroup; -- cgit v1.2.3