| # | Line 26 | Line 26 | |
|---|---|---|
| 26 | ||
| 27 | #include "stdinc.h" | |
| 28 | #include "list.h" | |
| 29 | < | #include "s_user.h" |
| 29 | > | #include "user.h" |
| 30 | #include "channel.h" | |
| 31 | #include "channel_mode.h" | |
| 32 | #include "client.h" | |
| # | Line 38 | Line 38 | |
| 38 | #include "numeric.h" | |
| 39 | #include "conf.h" | |
| 40 | #include "log.h" | |
| 41 | < | #include "s_serv.h" |
| 41 | > | #include "server.h" |
| 42 | #include "send.h" | |
| 43 | #include "supported.h" | |
| 44 | #include "memory.h" | |
| 45 | #include "packet.h" | |
| 46 | #include "rng_mt.h" | |
| 47 | #include "userhost.h" | |
| 48 | < | #include "s_misc.h" |
| 48 | > | #include "misc.h" |
| 49 | #include "parse.h" | |
| 50 | #include "watch.h" | |
| 51 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |