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
commit062472161ade0d5e5c725d543b402e004efc175e (patch)
tree40b9c830fcaf92c6884e1ac8a0931925882b9d7f /unix.c
parent2a2b4ca5fc1bcbc617112937b588345c6f394078 (diff)
downloadopenttd-062472161ade0d5e5c725d543b402e004efc175e.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>