New grow and skid sounds from remaxim
[supertux.git] / src / audio / dummy_sound_source.hpp
index 53a3e91..9a17d61 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,9 +19,8 @@
 #ifndef __DUMMY_SOUND_SOURCE_HPP__
 #define __DUMMY_SOUND_SOURCE_HPP__
 
-#include "sound_source.hpp"
+class SoundSource;
 
 SoundSource* create_dummy_sound_source();
 
 #endif
-