summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-26 15:43:04 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-26 15:43:04 +0000
commit0f621ceb9f8ca8863ea6063ccd3cedb98f0988f4 (patch)
treecc1830d8ceeed700321661ec038462c23b4ae4ee /src
parentbd00933e0e0dc502966fe6569ffeff2e6b721a30 (diff)
- 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
Diffstat (limited to 'src')
-rw-r--r--src/channel.c1
-rw-r--r--src/channel_mode.c1
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"