summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-04 18:02:03 +0000
committertron <tron@openttd.org>2005-08-04 18:02:03 +0000
commit647fe2e8669d78de13f1098a6f2d0b5541bcbe70 (patch)
tree40b9c830fcaf92c6884e1ac8a0931925882b9d7f /unix.c
parentd327ab1d3e02e64bc638377324f1e6381f78f68a (diff)
downloadopenttd-647fe2e8669d78de13f1098a6f2d0b5541bcbe70.tar.xz
(svn r2806) Remove unnecessary #includes
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index c6a50b727..469be3e9e 100644
--- a/unix.c
+++ b/unix.c
@@ -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>