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 6e208479d..80f826646 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -25,11 +25,7 @@ #include "resources/resource.h" -#ifdef __APPLE__ -#include <SDL_mixer/SDL_mixer.h> -#else #include <SDL_mixer.h> -#endif /** * Defines a class for loading and storing sound effects. |