| # | Line 29 | Line 29 | |
|---|---|---|
| 29 | #include "list.h" | |
| 30 | #include "ircd.h" | |
| 31 | #include "channel.h" | |
| 32 | – | #include "channel_mode.h" |
| 32 | #include "client.h" | |
| 33 | #include "event.h" | |
| 34 | #include "fdlist.h" | |
| # | Line 40 | Line 39 | |
| 39 | #include "motd.h" | |
| 40 | #include "conf.h" | |
| 41 | #include "hostmask.h" | |
| 43 | – | #include "numeric.h" |
| 44 | – | #include "packet.h" |
| 42 | #include "parse.h" | |
| 43 | #include "irc_res.h" | |
| 44 | #include "restart.h" | |
| # | Line 49 | Line 46 | |
| 46 | #include "s_auth.h" | |
| 47 | #include "s_bsd.h" | |
| 48 | #include "log.h" | |
| 52 | – | #include "s_misc.h" |
| 49 | #include "s_serv.h" /* try_connections */ | |
| 50 | #include "send.h" | |
| 51 | #include "whowas.h" | |
| 52 | #include "modules.h" | |
| 53 | #include "memory.h" | |
| 54 | #include "mempool.h" | |
| 59 | – | #include "hook.h" |
| 55 | #include "ircd_getopt.h" | |
| 56 | #include "supported.h" | |
| 57 | #include "watch.h" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |