# | Line 23 | Line 23 | |
---|---|---|
23 | */ | |
24 | ||
25 | #include "stdinc.h" | |
26 | < | #include "tools.h" |
27 | < | #include "handlers.h" |
26 | > | #include "list.h" |
27 | #include "client.h" | |
29 | – | #include "common.h" |
28 | #include "irc_string.h" | |
29 | #include "ircd.h" | |
30 | #include "hostmask.h" | |
33 | – | #include "fdlist.h" |
34 | – | #include "s_bsd.h" |
31 | #include "s_conf.h" | |
32 | #include "s_misc.h" | |
33 | #include "send.h" | |
38 | – | #include "msg.h" |
39 | – | #include "fileio.h" |
34 | #include "s_serv.h" | |
35 | #include "s_gline.h" | |
36 | #include "event.h" | |
43 | – | #include "list.h" |
37 | #include "memory.h" | |
38 | ||
39 | dlink_list pending_glines[GLINE_PENDING_ADD_TYPE + 1] = { { NULL, NULL, 0 }, |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |