summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/music.h4
-rw-r--r--src/resources/soundeffect.h4
-rw-r--r--src/sound.h4
3 files changed, 0 insertions, 12 deletions
diff --git a/src/resources/music.h b/src/resources/music.h
index 59972cca3..a4b5b4973 100644
--- a/src/resources/music.h
+++ b/src/resources/music.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 music.
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.
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"