summaryrefslogtreecommitdiff
path: root/src/channel.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.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.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index 90d1548..28eade6 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -30,6 +30,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"
@@ -38,7 +39,6 @@
#include "s_serv.h" /* captab */
#include "s_user.h"
#include "send.h"
-#include "conf.h" /* ConfigFileEntry, ConfigChannel */
#include "event.h"
#include "memory.h"
#include "balloc.h"