summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c4
1 files changed, 0 insertions, 4 deletions
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 ;)