(svn r2806) Remove unnecessary #includes

This commit is contained in:
tron
2005-08-04 18:02:03 +00:00
parent 2a2b4ca5fc
commit 062472161a
3 changed files with 0 additions and 6 deletions

1
unix.c
View File

@@ -13,7 +13,6 @@
#include <unistd.h>
#include <sys/stat.h>
#include <time.h>
#include <pwd.h>
#include <signal.h>
#if !defined(__MORPHOS__) && !defined(__AMIGA__)
#include <pthread.h>