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/video/win32_v.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video') diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 55cb54c3b..ce1c42585 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -16,7 +16,6 @@ #include "../texteff.hpp" #include "win32_v.h" #include -#include static struct { HWND main_wnd; -- cgit v1.2.3-54-g00ecf