summaryrefslogtreecommitdiff
path: root/src/fontcache.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/fontcache.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/fontcache.cpp')
-rw-r--r--src/fontcache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fontcache.cpp b/src/fontcache.cpp
index f59d5eff9..5d9df0d03 100644
--- a/src/fontcache.cpp
+++ b/src/fontcache.cpp
@@ -38,7 +38,6 @@ enum {
* If no appropiate font is found, the function returns an error */
#ifdef WIN32
#include <windows.h>
-#include <tchar.h>
#include <shlobj.h> // SHGetFolderPath
#include "win32.h"