src/fios.cpp
changeset 8131 160939e24ed3
parent 8130 d2eb7d04f6e1
child 8151 4cefeef74c28
equal deleted inserted replaced
8130:d2eb7d04f6e1 8131:160939e24ed3
     6 
     6 
     7 #include "stdafx.h"
     7 #include "stdafx.h"
     8 #include "openttd.h"
     8 #include "openttd.h"
     9 #include "string.h"
     9 #include "string.h"
    10 #include "variables.h"
    10 #include "variables.h"
    11 #include "functions.h"
       
    12 #include "heightmap.h"
    11 #include "heightmap.h"
    13 #include "table/strings.h"
    12 #include "table/strings.h"
    14 #include "fios.h"
    13 #include "fios.h"
    15 #include "fileio.h"
    14 #include "fileio.h"
    16 #include "core/alloc_func.hpp"
    15 #include "core/alloc_func.hpp"
       
    16 #include "functions.h"
    17 #include <sys/types.h>
    17 #include <sys/types.h>
    18 #include <sys/stat.h>
    18 #include <sys/stat.h>
    19 
    19 
    20 #ifdef WIN32
    20 #ifdef WIN32
    21 # include <tchar.h>
    21 # include <tchar.h>