summaryrefslogtreecommitdiff
path: root/src/fios.cpp
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-02-20 09:46:10 +0000
committerDarkvater <darkvater@openttd.org>2007-02-20 09:46:10 +0000
commit6d2548122124e93cf1e5493dade4d79c874809a0 (patch)
tree4a6e386bcc81a0d19f80cbdff746167d94b1498f /src/fios.cpp
parent41d526415c0d959daa2b804ffd40b667eb011394 (diff)
downloadopenttd-6d2548122124e93cf1e5493dade4d79c874809a0.tar.xz
(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium)
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 c8d7fdf8d..2f4d37d84 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -21,7 +21,6 @@
# include <io.h>
#else
# include <unistd.h>
-# include <dirent.h>
#endif /* WIN32 */
/* Variables to display file lists */