From: Tim Goya Date: Mon, 10 Dec 2007 18:42:47 +0000 (+0000) Subject: Make OpenAL header inclusion more portable X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=4a8b226d0f28a842900d4851e7223e746435f9de;p=supertux.git Make OpenAL header inclusion more portable SVN-Revision: 5191 --- diff --git a/src/audio/openal_sound_source.hpp b/src/audio/openal_sound_source.hpp index f70dd0ff9..88f645438 100644 --- a/src/audio/openal_sound_source.hpp +++ b/src/audio/openal_sound_source.hpp @@ -19,7 +19,7 @@ #ifndef __OPENAL_SOUND_SOURCE_H__ #define __OPENAL_SOUND_SOURCE_H__ -#include +#include #include "math/vector.hpp" #include "sound_source.hpp" diff --git a/src/audio/sound_manager.hpp b/src/audio/sound_manager.hpp index 356c1988e..921b859ef 100644 --- a/src/audio/sound_manager.hpp +++ b/src/audio/sound_manager.hpp @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include #include "math/vector.hpp" class SoundFile;