summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-05-07 14:12:20 +0000
committerglx <glx@openttd.org>2008-05-07 14:12:20 +0000
commit97cb66d099f02a90e05554bcb4b9cb82134de7d7 (patch)
tree1f4eed8edb310b45dd331091dc38fbc7e20a1e4f /src
parentc2256c46f1642d68f890e271f900b782f293fcc3 (diff)
downloadopenttd-97cb66d099f02a90e05554bcb4b9cb82134de7d7.tar.xz
(svn r12991) -Codechange: removed some unneeded includes
Diffstat (limited to 'src')
-rw-r--r--src/fios.cpp1
-rw-r--r--src/newgrf_config.cpp4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/fios.cpp b/src/fios.cpp
index 52abf872f..67d225f76 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -18,7 +18,6 @@
#ifdef WIN32
# include <tchar.h>
-# include <io.h>
# define access _taccess
# define unlink _tunlink
#else
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index a0bf437aa..f562fb6d2 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -18,10 +18,6 @@
#include "fios.h"
#include <sys/stat.h>
-#ifdef WIN32
-# include <io.h>
-#endif /* WIN32 */
-
GRFConfig *_all_grfs;
GRFConfig *_grfconfig;