summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-07-28 21:47:41 +0000
committerbjarni <bjarni@openttd.org>2005-07-28 21:47:41 +0000
commita2a5593fcc9eb8f373a0515a23ca2ac61eaa3b78 (patch)
tree008f526c71cba19e34f9ada03ca1ee5d87cb15e4 /unix.c
parent8677020a8bfe4a8b08f00284a30e72e8db57b9cb (diff)
downloadopenttd-a2a5593fcc9eb8f373a0515a23ca2ac61eaa3b78.tar.xz
(svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin)
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 24f3ce5c1..414e0baf2 100644
--- a/unix.c
+++ b/unix.c
@@ -43,7 +43,6 @@ ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
//the mac implementation needs this file included in the same file as main()
#include <SDL.h>
#endif
- #include "os/macosx/macos.h"
#endif
static char *_fios_path;