| # | Line 26 | Line 26 | |
|---|---|---|
| 26 | ||
| 27 | #include "stdinc.h" | |
| 28 | #include "list.h" | |
| 29 | < | #include "ircd_defs.h" |
| 29 | > | #include "ircd.h" |
| 30 | #include "conf.h" | |
| 31 | – | #include "s_serv.h" |
| 32 | – | #include "resv.h" |
| 33 | – | #include "channel.h" |
| 31 | #include "client.h" | |
| 35 | – | #include "event.h" |
| 36 | – | #include "hook.h" |
| 37 | – | #include "irc_string.h" |
| 38 | – | #include "s_bsd.h" |
| 39 | – | #include "ircd.h" |
| 40 | – | #include "listener.h" |
| 32 | #include "hostmask.h" | |
| 33 | < | #include "modules.h" |
| 43 | < | #include "numeric.h" |
| 44 | < | #include "fdlist.h" |
| 45 | < | #include "log.h" |
| 46 | < | #include "send.h" |
| 47 | < | #include "s_gline.h" |
| 33 | > | #include "irc_string.h" |
| 34 | #include "memory.h" | |
| 49 | – | #include "irc_res.h" |
| 50 | – | #include "userhost.h" |
| 51 | – | #include "s_user.h" |
| 52 | – | #include "channel_mode.h" |
| 53 | – | #include "parse.h" |
| 54 | – | #include "s_misc.h" |
| 55 | – | #include "conf_db.h" |
| 35 | ||
| 36 | ||
| 37 | struct ClassItem *class_default; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |