diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-11 23:31:13 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-11 23:31:13 +0000 |
commit | 6050df73f498d05597fb37c6157868df1f6f4db2 (patch) | |
tree | e8075e2ef65e4b0a4b50541101e645034503e632 /include | |
parent | b6a20325ca0968e4e3e5eecda4d7dc41b8495a4b (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 'include')
-rw-r--r-- | include/inspircd.h | 2 | ||||
-rw-r--r-- | include/u_listmode.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index cf884f915..e93964b0b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -25,7 +25,7 @@ #include "channels.h" #include "socket.h" #include "mode.h" -#include "helperfuncs.h" + #include "socketengine.h" #include "command_parse.h" diff --git a/include/u_listmode.h b/include/u_listmode.h index b3c623552..6bcbb728a 100644 --- a/include/u_listmode.h +++ b/include/u_listmode.h @@ -8,7 +8,7 @@ #include "users.h" #include "channels.h" #include "modules.h" -#include "helperfuncs.h" + #include "wildcard.h" #include "inspircd.h" |