20 |
|
*/ |
21 |
|
|
22 |
|
#include "stdinc.h" |
23 |
< |
#include "tools.h" |
23 |
> |
#include "list.h" |
24 |
|
#include "balloc.h" |
25 |
|
#include "client.h" |
26 |
– |
#include "list.h" |
27 |
– |
#include "common.h" |
26 |
|
#include "event.h" |
27 |
|
#include "irc_string.h" |
28 |
|
#include "sprintf_irc.h" |
29 |
|
#include "ircd.h" |
30 |
|
#include "numeric.h" |
33 |
– |
#include "restart.h" |
31 |
|
#include "rng_mt.h" |
32 |
|
#include "fdlist.h" |
33 |
|
#include "fileio.h" /* for fbopen / fbclose / fbputs */ |
38 |
|
#include "irc_res.h" |
39 |
|
#include "irc_reslib.h" |
40 |
|
#include "irc_getnameinfo.h" |
41 |
+ |
#include "common.h" |
42 |
|
|
43 |
|
#if (CHAR_BIT != 8) |
44 |
|
#error this code needs to be able to address individual octets |