From 6050df73f498d05597fb37c6157868df1f6f4db2 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 11 Aug 2006 23:31:13 +0000 Subject: 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 --- src/modes/cmode_b.cpp | 2 +- src/modes/cmode_h.cpp | 2 +- src/modes/cmode_o.cpp | 2 +- src/modes/cmode_v.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modes') 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" -- cgit v1.2.3