From 0f621ceb9f8ca8863ea6063ccd3cedb98f0988f4 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 26 Jan 2014 15:43:04 +0000 Subject: - channel_mode.c, channel.c: removed unused header include git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2944 82007160-df01-0410-b94d-b575c5fd34c7 --- src/channel.c | 1 - src/channel_mode.c | 1 - 2 files changed, 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" -- cgit