mirror of https://github.com/OpenTTD/OpenTTD
(svn r2714) Remove unnecessary includes
parent
ed2e3c77af
commit
44691cde0f
|
@ -32,7 +32,6 @@
|
||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "airport.h"
|
#include "airport.h"
|
||||||
#include "ai_new.h"
|
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "screenshot.h"
|
#include "screenshot.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
|
|
4
unix.c
4
unix.c
|
@ -39,10 +39,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(WITH_SDL)
|
|
||||||
#include <SDL.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __MORPHOS__
|
#ifdef __MORPHOS__
|
||||||
#include <exec/types.h>
|
#include <exec/types.h>
|
||||||
ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
|
ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
|
||||||
|
|
Loading…
Reference in New Issue