diff options
| author | 2005-05-15 03:03:23 +0000 | |
|---|---|---|
| committer | 2005-05-15 03:03:23 +0000 | |
| commit | eb4229deed0281ae566ef7e55a144e5d3183a4b2 (patch) | |
| tree | b99c2b78da26b68e04dcccba5bc6efb55706d237 /src/base.cpp | |
| parent | Added idea from ircu: /invite with too few params shows the channels youve be... (diff) | |
Moved a ton of functions into helperfuncs.h to speed up recompiles
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base.cpp b/src/base.cpp index 9cecc71f2..1dc4705b8 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -21,6 +21,7 @@ #include <string> #include "inspircd.h" #include "modules.h" +#include "helperfuncs.h" extern time_t TIME; |
