]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-scaled-music-iterator.cc
patch by Joe Neeman: "I have
[lilypond.git] / lily / time-scaled-music-iterator.cc
index 4c7b577aa39b99b499211e205636528f409bfd28..e1385ce2cc3f93bf86812b3ab772ad4d81df1a6a 100644 (file)
@@ -1,16 +1,16 @@
-/*   
+/*
   time-scaled-music-iterator.cc -- implement Time_scaled_music_iterator
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #include "time-scaled-music-iterator.hh"
-#include "time-scaled-music.hh"
-#include "event.hh"
+
 #include "context.hh"
+#include "input.hh"
+#include "international.hh"
 
 void
 Time_scaled_music_iterator::process (Moment m)
@@ -26,5 +26,5 @@ Time_scaled_music_iterator::process (Moment m)
 
   Music_wrapper_iterator::process (m);
 }
+
 IMPLEMENT_CTOR_CALLBACK (Time_scaled_music_iterator);