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