src/newgrf_config.cpp
changeset 10792 95b6eb9fcc9e
parent 10465 0c68afe3d725
child 10824 1a34ba6f338a
equal deleted inserted replaced
10791:0f3e94733e65 10792:95b6eb9fcc9e
     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