From 56be6f645ec833820bc23145def0defe78aa0751 Mon Sep 17 00:00:00 2001 From: avolkov Date: Sat, 15 Oct 2005 04:15:25 +0000 Subject: [PATCH] dos.h is not needed here (or anywhere actually) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1902 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/resource/filecntl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sc2/src/sc2code/libs/resource/filecntl.c b/sc2/src/sc2code/libs/resource/filecntl.c index 763de64da..b229cd412 100644 --- a/sc2/src/sc2code/libs/resource/filecntl.c +++ b/sc2/src/sc2code/libs/resource/filecntl.c @@ -17,7 +17,6 @@ */ #ifdef WIN32 -#include #include #endif #include