TOOLS: Get rid of unnecessary #include <unistd.h>.

If it is needed after all on some systems, please re-add it
(or tell me) with a comment explaining for what it is needed.

svn-id: r48900
This commit is contained in:
Max Horn
2010-05-03 11:14:10 +00:00
parent a5576d46d1
commit 136fe2a8a7
16 changed files with 0 additions and 46 deletions
-3
View File
@@ -25,9 +25,6 @@
#include <string.h>
#include <sstream>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>
-3
View File
@@ -22,9 +22,6 @@
#include <string.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress_agos.h"
-3
View File
@@ -23,9 +23,6 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress_kyra.h"
-3
View File
@@ -22,9 +22,6 @@
#include <assert.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "kyra_pak.h"
-3
View File
@@ -21,9 +21,6 @@
*/
#include <string.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "common/util.h"
#include "compress.h"
-3
View File
@@ -25,9 +25,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress.h"
#include "compress_saga.h"
-3
View File
@@ -23,9 +23,6 @@
// by m_kiewitz
#include <stdlib.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress.h"
#include "common/endian.h"
-3
View File
@@ -24,9 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "common/util.h"
#include "common/endian.h"
-3
View File
@@ -25,9 +25,6 @@
#include <string.h>
#include <zlib.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress_scumm_san.h"
#include "common/endian.h"
-3
View File
@@ -22,9 +22,6 @@
#include <assert.h>
#include <string.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress_scumm_sou.h"
-3
View File
@@ -24,9 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress_sword1.h"
-3
View File
@@ -20,9 +20,6 @@
*
*/
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress_sword2.h"
-3
View File
@@ -23,9 +23,6 @@
// By Jimi (m [underline] kiewitz [AT] users.sourceforge.net)
#include <stdlib.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "compress.h"
#include "common/endian.h"
-3
View File
@@ -23,9 +23,6 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "common/util.h"
#include "compress.h"
-3
View File
@@ -30,9 +30,6 @@
#include <resource.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#define COPY_BLOCK_SIZE 512
-1
View File
@@ -22,7 +22,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include "mt32_timbres.c"