From e5f77d32668cd1d5daa1b6deb5fe6da7eaf2f75d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 31 May 2011 15:23:32 +0300 Subject: Fix include path for SDL_mixer.h --- src/resources/music.h | 4 ---- src/resources/soundeffect.h | 4 ---- src/sound.h | 4 ---- 3 files changed, 12 deletions(-) (limited to 'src') 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 -#else #include -#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 -#else #include -#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 -#else #include -#endif #include "configlistener.h" -- cgit v1.2.3-60-g2f50