aboutsummaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-05-15 03:03:23 +0000
committerGravatar brain2005-05-15 03:03:23 +0000
commiteb4229deed0281ae566ef7e55a144e5d3183a4b2 (patch)
treeb99c2b78da26b68e04dcccba5bc6efb55706d237 /src/connection.cpp
parentAdded 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/connection.cpp')
-rw-r--r--src/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp
index 031feba02..384f626e2 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -28,6 +28,7 @@
#include "inspircd.h"
#include "modules.h"
#include "inspstring.h"
+#include "helperfuncs.h"
using namespace std;