changeset 9131:8ea2cd8158a0 draft

(svn r12991) -Codechange: removed some unneeded includes
author glx <glx@openttd.org>
date Wed, 07 May 2008 14:12:20 +0000
parents 8f3f057fe2d2
children 8fb0a5ce8a95
files src/fios.cpp src/newgrf_config.cpp
diffstat 2 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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;