summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 23:31:13 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 23:31:13 +0000
commit6050df73f498d05597fb37c6157868df1f6f4db2 (patch)
treee8075e2ef65e4b0a4b50541101e645034503e632 /src/command_parse.cpp
parentb6a20325ca0968e4e3e5eecda4d7dc41b8495a4b (diff)
Just to mess with om's head, remove helperfuncs.h from everywhere
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index e3d47e9b7..d7c8aefe5 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -36,7 +36,7 @@
#include "commands.h"
#include "xline.h"
#include "inspstring.h"
-#include "helperfuncs.h"
+
#include "hashcomp.h"
#include "socketengine.h"
#include "userprocess.h"