summaryrefslogtreecommitdiff
path: root/src/timers.cpp
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-11 06:03:25 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-11 06:03:25 +0000
commitb9190ebc16253254cb649faae76119eec3e14b8e (patch)
treee1cc12269825f020a14877be1ecfbfa959781710 /src/timers.cpp
parent86e43f1f144cfd04b039a844959af1f7aec3e6da (diff)
Moved alot of stuff to constructors and destructors, instead of having functions everywhere to create and destroy objects
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2639 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/timers.cpp')
-rw-r--r--src/timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.cpp b/src/timers.cpp
index d7c56072b..0f9f6aed5 100644
--- a/src/timers.cpp
+++ b/src/timers.cpp
@@ -11,7 +11,7 @@
*
*/
-#include "timers.h"
+#include "services.h"
std::vector<Timer *> TimerManager::Timers;