diff options
Diffstat (limited to 'src/channel.c')
-rw-r--r-- | src/channel.c | 2 |
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" |