Changeset - r2198:6e7eefaa6fe5
[Not reviewed]
master
0 2 0
tron - 19 years ago 2005-07-26 18:24:18
tron@openttd.org
(svn r2714) Remove unnecessary includes
2 files changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
openttd.c
Show inline comments
 
@@ -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"
unix.c
Show inline comments
 
@@ -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 ;)
0 comments (0 inline, 0 general)