From 3bbf9803034ba80549c275d2a0e1af2af77876b9 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 31 Oct 2005 19:15:37 +0000 Subject: [PATCH] Unnecessary #include removed git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1937 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/starcon2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index 2c3e247b3..0494cecf8 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -19,9 +19,6 @@ #ifdef HAVE_UNISTD_H # include #endif -#ifdef WIN32 -# include -#endif #ifdef HAVE_GETOPT_H # include