diff options
| author | 2011-01-30 13:29:08 -0500 | |
|---|---|---|
| committer | 2011-01-30 13:29:08 -0500 | |
| commit | 8631b7bf077ece980349f418f2f309260a0a8216 (patch) | |
| tree | 251f1b0dc43ee307c5b3c057822e28caeb20ece9 /src/timer.cpp | |
| parent | Remove duplicate #include (diff) | |
Remove timer.h from inspircd.h
Diffstat (limited to 'src/timer.cpp')
| -rw-r--r-- | src/timer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timer.cpp b/src/timer.cpp index df524e795..251e5698c 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -12,6 +12,7 @@ */ #include "inspircd.h" +#include "timer.h" TimerManager::TimerManager() { |
