From 4a2ab23f770676b2e34ca6aa79da8700251aa4d5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Dec 2014 01:30:02 +0100 Subject: Take out SDL defines in common.h --- common.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common.h b/common.h index 65fd01a..5c91519 100644 --- a/common.h +++ b/common.h @@ -31,7 +31,6 @@ #define PATH_SEPARATOR_CHAR '/' #endif -// These includes must be used before SDL is included. #ifdef ARM_ARCH #define _BSD_SOURCE // sync @@ -111,9 +110,6 @@ #define GBA_SCREEN_PITCH (240) void switch_to_main_thread(void); - -#else - #include "SDL.h" #endif #ifdef ARM_ARCH @@ -220,9 +216,6 @@ typedef u32 fixed8_24; #include #include #include -#ifndef __LIBRETRO__ -#include "SDL.h" -#endif #include "cpu.h" #include "gba_memory.h" #include "video.h" -- cgit v1.2.3