diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/channel.c | 1 | ||||
-rw-r--r-- | src/channel_mode.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/channel.c b/src/channel.c index b7b17e5..d874a24 100644 --- a/src/channel.c +++ b/src/channel.c @@ -36,7 +36,6 @@ #include "ircd.h" #include "numeric.h" #include "s_serv.h" -#include "s_user.h" #include "send.h" #include "event.h" #include "memory.h" diff --git a/src/channel_mode.c b/src/channel_mode.c index 89ff789..52b92ee 100644 --- a/src/channel_mode.c +++ b/src/channel_mode.c @@ -35,7 +35,6 @@ #include "ircd.h" #include "numeric.h" #include "s_serv.h" -#include "s_user.h" #include "send.h" #include "memory.h" #include "mempool.h" |