# HG changeset patch # User tron # Date 2005-07-26 18:24:18 # Node ID 6e7eefaa6fe5db3a7afade63fce9ccafcbbd0c12 # Parent 2448467991a5e382f3b85825b520161f8fdce0b5 (svn r2714) Remove unnecessary includes diff --git a/openttd.c b/openttd.c --- 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 --- a/unix.c +++ b/unix.c @@ -39,10 +39,6 @@ #endif -#if defined(WITH_SDL) -#include -#endif - #ifdef __MORPHOS__ #include ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)