diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sound.h b/src/sound.h index 6a509a574..625dd0ea8 100644 --- a/src/sound.h +++ b/src/sound.h @@ -23,11 +23,7 @@ #ifndef SOUND_H #define SOUND_H -#ifdef __APPLE__ -#include <SDL_mixer/SDL_mixer.h> -#else #include <SDL_mixer.h> -#endif #include "configlistener.h" |