(svn r2714) Remove unnecessary includes

This commit is contained in:
tron
2005-07-26 18:24:18 +00:00
parent ed2e3c77af
commit 44691cde0f
2 changed files with 0 additions and 5 deletions

4
unix.c
View File

@@ -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 ;)