]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-scaled-music-iterator.cc
Rearranging, editing, clean-up.
[lilypond.git] / lily / time-scaled-music-iterator.cc
index 4c7b577aa39b99b499211e205636528f409bfd28..06a4f7ab1bec75d73209cdfe017847e12a5ca0c5 100644 (file)
@@ -1,16 +1,14 @@
-/*   
+/*
   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--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
 #include "time-scaled-music-iterator.hh"
-#include "time-scaled-music.hh"
-#include "event.hh"
 #include "context.hh"
+#include "input.hh"
 
 void
 Time_scaled_music_iterator::process (Moment m)
@@ -26,5 +24,5 @@ Time_scaled_music_iterator::process (Moment m)
 
   Music_wrapper_iterator::process (m);
 }
+
 IMPLEMENT_CTOR_CALLBACK (Time_scaled_music_iterator);