mirror of https://github.com/OpenTTD/OpenTTD
(svn r12991) -Codechange: removed some unneeded includes
parent
694ba37377
commit
c2c9121307
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# include <tchar.h>
|
# include <tchar.h>
|
||||||
# include <io.h>
|
|
||||||
# define access _taccess
|
# define access _taccess
|
||||||
# define unlink _tunlink
|
# define unlink _tunlink
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
#include "fios.h"
|
#include "fios.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
# include <io.h>
|
|
||||||
#endif /* WIN32 */
|
|
||||||
|
|
||||||
|
|
||||||
GRFConfig *_all_grfs;
|
GRFConfig *_all_grfs;
|
||||||
GRFConfig *_grfconfig;
|
GRFConfig *_grfconfig;
|
||||||
|
|
Loading…
Reference in New Issue