diff options
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" |