summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 18:24:18 +0000
committertron <tron@openttd.org>2005-07-26 18:24:18 +0000
commit8e9d4df256f8edeafcf7a63e51ca81e3b83a1f0c (patch)
treeb9cd8b11dc6c82d4f5f1002e8ec84a56d3e93d2e
parent81be08bc2153c5945dc4c5bde22173a1d79009ba (diff)
downloadopenttd-8e9d4df256f8edeafcf7a63e51ca81e3b83a1f0c.tar.xz
(svn r2714) Remove unnecessary includes
-rw-r--r--openttd.c1
-rw-r--r--unix.c4
2 files changed, 0 insertions, 5 deletions
diff --git a/openttd.c b/openttd.c
index 5529ba78c..bf4984e33 100644
--- a/openttd.c
+++ b/openttd.c
@@ -32,7 +32,6 @@
#include "fileio.h"
#include "hal.h"
#include "airport.h"
-#include "ai_new.h"
#include "console.h"
#include "screenshot.h"
#include "network.h"
diff --git a/unix.c b/unix.c
index 324be9ea3..51ed2d1e1 100644
--- a/unix.c
+++ b/unix.c
@@ -39,10 +39,6 @@
#endif
-#if defined(WITH_SDL)
-#include <SDL.h>
-#endif
-
#ifdef __MORPHOS__
#include <exec/types.h>
ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)