diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/truetypefont.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h index 97fd7f08..a01e2a62 100644 --- a/src/gui/truetypefont.h +++ b/src/gui/truetypefont.h @@ -25,15 +25,11 @@ #include <guichan/font.hpp> -#ifdef __APPLE__ -#include <SDL/SDL_ttf.h> -#else #ifdef __WIN32__ #include <SDL/SDL_ttf.h> #else #include <SDL_ttf.h> #endif -#endif #include <list> #include <string> |