New grow and skid sounds from remaxim
[supertux.git] / src / audio / openal_sound_source.hpp
index 4b03ed6..dc7136f 100644 (file)
 #ifndef __OPENAL_SOUND_SOURCE_H__
 #define __OPENAL_SOUND_SOURCE_H__
 
-#ifndef MACOSX
-#include <AL/al.h>
-#else
-#include <OpenAL/al.h>
-#endif
+#include <al.h>
 
-#include "math/vector.hpp"
 #include "sound_source.hpp"
 
 class OpenALSoundSource : public SoundSource