| # | Line 28 | Line 28 | |
|---|---|---|
| 28 | #include "list.h" | |
| 29 | #include "s_bsd.h" | |
| 30 | #include "conf.h" | |
| 31 | < | #include "s_serv.h" |
| 31 | > | #include "server.h" |
| 32 | #include "client.h" | |
| 33 | #include "ircd.h" | |
| 34 | #include "parse.h" | |
| # | Line 37 | Line 37 | |
| 37 | #include "irc_string.h" | |
| 38 | #include "memory.h" | |
| 39 | #include "send.h" | |
| 40 | < | #include "s_misc.h" |
| 40 | > | #include "misc.h" |
| 41 | ||
| 42 | #define READBUF_SIZE 16384 | |
| 43 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |