diff options
Diffstat (limited to 'src/strings.cpp')
-rw-r--r-- | src/strings.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/strings.cpp b/src/strings.cpp index d1ab5df0c..3c344239c 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -24,13 +24,8 @@ #include "industry.h" #include "helpers.hpp" -#ifdef WIN32 /* for opendir/readdir/closedir */ # include "fios.h" -#else -# include <sys/types.h> -# include <dirent.h> -#endif /* WIN32 */ char _userstring[128]; |