summaryrefslogtreecommitdiff
path: root/src/channel_mode.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-04 15:37:10 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-04 15:37:10 +0000
commit90aeacbf12d63dcd628caed461bd744639603d76 (patch)
tree5eb5c2aa3fd576ac33d84d2911482a3f200c1bea /src/channel_mode.c
parent8daa0e2a6fe61e95dc2dd145ebbdb2b05c097196 (diff)
- Initial rewrite of the configuration subsystem
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1632 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/channel_mode.c')
-rw-r--r--src/channel_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel_mode.c b/src/channel_mode.c
index 5607df2..b6810f3 100644
--- a/src/channel_mode.c
+++ b/src/channel_mode.c
@@ -28,6 +28,7 @@
#include "channel_mode.h"
#include "client.h"
#include "hash.h"
+#include "conf.h"
#include "hostmask.h"
#include "irc_string.h"
#include "sprintf_irc.h"
@@ -37,7 +38,6 @@
#include "s_user.h"
#include "send.h"
#include "whowas.h"
-#include "conf.h" /* ConfigFileEntry, ConfigChannel */
#include "event.h"
#include "memory.h"
#include "balloc.h"