summaryrefslogtreecommitdiff
path: root/src/gui/truetypefont.h
diff options
context:
space:
mode:
authorSocapex <philippe_groarke@yahoo.ca>2012-08-13 17:53:52 -0400
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-08-14 17:48:24 +0200
commitd18445a37c9f01c37238858dbceed7533f636aed (patch)
tree0f4ad7369a16d119937be180f38af493396e2512 /src/gui/truetypefont.h
parent067ad70e9978fd678bb784783b2b5c3dc32746d1 (diff)
downloadmana-client-d18445a37c9f01c37238858dbceed7533f636aed.tar.gz
mana-client-d18445a37c9f01c37238858dbceed7533f636aed.tar.bz2
mana-client-d18445a37c9f01c37238858dbceed7533f636aed.tar.xz
mana-client-d18445a37c9f01c37238858dbceed7533f636aed.zip
Can now build using cmake on OSX
Tested-by: Frost.
Diffstat (limited to 'src/gui/truetypefont.h')
-rw-r--r--src/gui/truetypefont.h4
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>