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 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> |