equal
deleted
inserted
replaced
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "debug.h" |
7 #include "debug.h" |
8 #include "variables.h" |
8 #include "variables.h" |
9 #include "saveload.h" |
9 #include "saveload.h" |
10 #include "md5.h" |
10 #include "md5.h" |
11 #include "network/network_data.h" |
|
12 #include "newgrf.h" |
11 #include "newgrf.h" |
13 #include "newgrf_config.h" |
12 #include "newgrf_config.h" |
14 #include "core/alloc_func.hpp" |
13 #include "core/alloc_func.hpp" |
15 #include "string_func.h" |
14 #include "string_func.h" |
|
15 #include "network/network_type.h" |
16 |
16 |
17 #include "fileio.h" |
17 #include "fileio.h" |
18 #include "fios.h" |
18 #include "fios.h" |
19 #include <sys/stat.h> |
19 #include <sys/stat.h> |
20 |
20 |