summaryrefslogtreecommitdiff
path: root/src/unix.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-03-17 14:15:21 +0000
committerrubidium <rubidium@openttd.org>2007-03-17 14:15:21 +0000
commit534db3cf08798994defe8c6334ccfc3e8cafd4f1 (patch)
tree5e02cb2f6eb813b1f2bcf74117acfa87d5e4de15 /src/unix.cpp
parent50b2088674b5835aaab3985d7dcc7473c1a3b08c (diff)
downloadopenttd-534db3cf08798994defe8c6334ccfc3e8cafd4f1.tar.xz
(svn r9267) -Fix (r9266): some leftover includes and erronous call to ChangeWorkingDirectory (it was moved).
Diffstat (limited to 'src/unix.cpp')
-rw-r--r--src/unix.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/unix.cpp b/src/unix.cpp
index eebf4c2d2..ddcd3aa57 100644
--- a/src/unix.cpp
+++ b/src/unix.cpp
@@ -14,10 +14,6 @@
#include <time.h>
#include <signal.h>
-#ifdef USE_HOMEDIR
-#include <pwd.h>
-#endif
-
#if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) || defined(__GLIBC__)
#define HAS_STATVFS
#endif