Unnecessary #include removed

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1937 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-10-31 19:15:37 +00:00
parent 5ec556acea
commit 3bbf980303
-3
View File
@@ -19,9 +19,6 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
#ifdef WIN32
# include <direct.h>
#endif
#ifdef HAVE_GETOPT_H #ifdef HAVE_GETOPT_H
# include <getopt.h> # include <getopt.h>