]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/timer.cpp
Made it compile :p
[user/henk/code/inspircd.git] / src / timer.cpp
index ae345edc04b32faa2cedec090be6a5aa2d3c097f..0328d9b73ea577768c1d0d49dd734f3e826ae902 100644 (file)
@@ -30,6 +30,12 @@ using namespace std;
 #include <iostream>
 #include <fstream>
 #include <stdexcept>
+#include "users.h"
+#include "ctables.h"
+#include "typedefs.h"
+#include "commands.h"
+#include "globals.h"
+#include "hashcomp.h"
 #include "inspircd.h"
 #include "inspircd_io.h"
 #include "inspstring.h"
@@ -51,7 +57,7 @@ void TickTimers(time_t TIME)
        {
                timergroup* x = found->second;
                /*
-                * There are pending timers to trigger :o
+                * There are pending timers to trigger
                 */
                for (timergroup::iterator y = x->begin(); y != x->end(); y++)
                {