summaryrefslogtreecommitdiff
path: root/src/modes
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/modes
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/modes')
-rw-r--r--src/modes/cmode_b.cpp2
-rw-r--r--src/modes/cmode_h.cpp2
-rw-r--r--src/modes/cmode_o.cpp2
-rw-r--r--src/modes/cmode_v.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modes/cmode_b.cpp b/src/modes/cmode_b.cpp
index 82e57ea7b..546bcb30f 100644
--- a/src/modes/cmode_b.cpp
+++ b/src/modes/cmode_b.cpp
@@ -7,7 +7,7 @@
#include "mode.h"
#include "channels.h"
#include "users.h"
-#include "helperfuncs.h"
+
#include "modules.h"
#include "inspstring.h"
#include "hashcomp.h"
diff --git a/src/modes/cmode_h.cpp b/src/modes/cmode_h.cpp
index cb7c631db..21c97cabc 100644
--- a/src/modes/cmode_h.cpp
+++ b/src/modes/cmode_h.cpp
@@ -7,7 +7,7 @@
#include "mode.h"
#include "channels.h"
#include "users.h"
-#include "helperfuncs.h"
+
#include "commands.h"
#include "modules.h"
#include "inspstring.h"
diff --git a/src/modes/cmode_o.cpp b/src/modes/cmode_o.cpp
index 864923506..0ab3d9d95 100644
--- a/src/modes/cmode_o.cpp
+++ b/src/modes/cmode_o.cpp
@@ -7,7 +7,7 @@
#include "mode.h"
#include "channels.h"
#include "users.h"
-#include "helperfuncs.h"
+
#include "commands.h"
#include "modules.h"
#include "inspstring.h"
diff --git a/src/modes/cmode_v.cpp b/src/modes/cmode_v.cpp
index 171e845fd..af1fbe22a 100644
--- a/src/modes/cmode_v.cpp
+++ b/src/modes/cmode_v.cpp
@@ -7,7 +7,7 @@
#include "mode.h"
#include "channels.h"
#include "users.h"
-#include "helperfuncs.h"
+
#include "commands.h"
#include "modules.h"
#include "inspstring.h"