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