From 6d2548122124e93cf1e5493dade4d79c874809a0 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 20 Feb 2007 09:46:10 +0000 Subject: (svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium) --- src/fios.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fios.cpp') 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 #else # include -# include #endif /* WIN32 */ /* Variables to display file lists */ -- cgit v1.2.3-54-g00ecf