New grow and skid sounds from remaxim
[supertux.git] / src / audio / openal_sound_source.hpp
index 75b6ef6..dc7136f 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: sound_source.hpp 3462 2006-04-28 19:38:41Z sommer $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -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
@@ -45,9 +45,8 @@ public:
 
 protected:
   friend class SoundManager;
-  
+
   ALuint source;
 };
 
 #endif
-