From 1692ce83122d1ed15206f160aea339761b173174 Mon Sep 17 00:00:00 2001 From: glx Date: Sat, 14 Mar 2009 15:42:53 +0000 Subject: (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. --- src/fios.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/fios.cpp') diff --git a/src/fios.cpp b/src/fios.cpp index 951536406..3299b223e 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -12,10 +12,6 @@ #include #ifdef WIN32 -# include -# ifndef UNICODE -# include -# endif # define access _taccess #else # include -- cgit v1.2.3-70-g09d2