summaryrefslogtreecommitdiff
path: root/src/sound.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/sound.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/sound.h')
-rw-r--r--src/sound.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sound.h b/src/sound.h
index 180bca62..d4d0e8da 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -22,11 +22,7 @@
#ifndef SOUND_H
#define SOUND_H
-#ifdef __APPLE__
-#include <SDL/SDL_mixer.h>
-#else
#include <SDL_mixer.h>
-#endif
#include <string>