diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index decc60a0..38d58681 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -24,11 +24,7 @@ #include "resources/resource.h" -#ifdef __APPLE__ -#include <SDL/SDL_mixer.h> -#else #include <SDL_mixer.h> -#endif /** * Defines a class for loading and storing sound effects. |