(svn r12991) -Codechange: removed some unneeded includes
authorglx
Wed, 07 May 2008 14:12:20 +0000
changeset 9131 d7da7ac0f845
parent 9130 f6d1fc1e8815
child 9132 e5494664e49b
(svn r12991) -Codechange: removed some unneeded includes
src/fios.cpp
src/newgrf_config.cpp
--- a/src/fios.cpp	Wed May 07 13:37:53 2008 +0000
+++ b/src/fios.cpp	Wed May 07 14:12:20 2008 +0000
@@ -18,7 +18,6 @@
 
 #ifdef WIN32
 # include <tchar.h>
-# include <io.h>
 # define access _taccess
 # define unlink _tunlink
 #else
--- a/src/newgrf_config.cpp	Wed May 07 13:37:53 2008 +0000
+++ b/src/newgrf_config.cpp	Wed May 07 14:12:20 2008 +0000
@@ -18,10 +18,6 @@
 #include "fios.h"
 #include <sys/stat.h>
 
-#ifdef WIN32
-# include <io.h>
-#endif /* WIN32 */
-
 
 GRFConfig *_all_grfs;
 GRFConfig *_grfconfig;