From e04afaf7046d67c6b6f2834a06ee57e29c7c3c75 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Mar 2007 14:15:21 +0000 Subject: (svn r9267) -Fix (r9266): some leftover includes and erronous call to ChangeWorkingDirectory (it was moved). --- src/os2.cpp | 3 --- src/unix.cpp | 4 ---- 2 files changed, 7 deletions(-) (limited to 'src') diff --git a/src/os2.cpp b/src/os2.cpp index 25b82a36c..cc252a5c6 100644 --- a/src/os2.cpp +++ b/src/os2.cpp @@ -158,9 +158,6 @@ void ShowOSErrorBox(const unsigned char *buf) int CDECL main(int argc, char* argv[]) { - // change the working directory to enable doubleclicking in UIs - ChangeWorkingDirectory(argv[0]); - _random_seeds[1][1] = _random_seeds[1][0] = _random_seeds[0][1] = _random_seeds[0][0] = time(NULL); return ttd_main(argc, argv); 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 #include -#ifdef USE_HOMEDIR -#include -#endif - #if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) || defined(__GLIBC__) #define HAS_STATVFS #endif -- cgit v1.2.3-54-g00ecf