diff options
author | Adam <Adam@anope.org> | 2012-02-14 15:13:27 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-02-14 15:13:27 -0500 |
commit | a9772cde21407c89abd161d51aff45267f87b1fb (patch) | |
tree | 9e57ba6c121d3843888917d968dd4f5d030b57cf /include/timers.h | |
parent | 086790d6331357022f4da17c76b26b9fc6e2ad90 (diff) |
Clean up and reorganize our header files
Diffstat (limited to 'include/timers.h')
-rw-r--r-- | include/timers.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/timers.h b/include/timers.h index c51d778f2..d5fc66fb0 100644 --- a/include/timers.h +++ b/include/timers.h @@ -11,13 +11,9 @@ #ifndef TIMERS_H #define TIMERS_H -#include "services.h" -#include <time.h> -#include <algorithm> -#include <stdio.h> -#include <stdlib.h> +#include "anope.h" -class CoreExport Timer : public Extensible +class CoreExport Timer { private: /** The time this was created @@ -88,7 +84,7 @@ class CoreExport Timer : public Extensible * This will ensure timers are not missed, as well as removing timers that have * expired and allowing the addition of new ones. */ -class CoreExport TimerManager : public Extensible +class CoreExport TimerManager { /** A list of timers */ |