summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-03-14 15:42:53 +0000
committerglx <glx@openttd.org>2009-03-14 15:42:53 +0000
commit1692ce83122d1ed15206f160aea339761b173174 (patch)
tree2f04db4dc0c398671b25c9cccf6f5503eb3877ca /src/win32.cpp
parentaea8e7291e77859cbf5cdb04aa795a510c599504 (diff)
downloadopenttd-1692ce83122d1ed15206f160aea339761b173174.tar.xz
(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h.
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 9b58757e9..648a32cd7 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -14,7 +14,6 @@
#include <windows.h>
#include <winnt.h>
#include <wininet.h>
-#include <io.h>
#include <fcntl.h>
#include <shlobj.h> // SHGetFolderPath
#include "variables.h"
@@ -26,7 +25,6 @@
#include "string_func.h"
#include "gamelog.h"
#include <ctype.h>
-#include <tchar.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>