summaryrefslogtreecommitdiff
path: root/src/fios.cpp
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
commitc2c9121307e3d26b84b930ffdfb1438b49a0619a (patch)
tree1f4eed8edb310b45dd331091dc38fbc7e20a1e4f /src/fios.cpp
parent694ba373778a47bd3ca3d11b5f0b460ec819b762 (diff)
downloadopenttd-c2c9121307e3d26b84b930ffdfb1438b49a0619a.tar.xz
(svn r12991) -Codechange: removed some unneeded includes
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp1
1 files changed, 0 insertions, 1 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