]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/percent-repeat-iterator.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / percent-repeat-iterator.cc
index 495f30f33cff535e088a5b4d0ccc65a399d4009c..7f3115c0a1f5ecce284c78a0d2b3150e05f446c8 100644 (file)
@@ -3,19 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2006  Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2009  Han-Wen Nienhuys <hanwen@xs4all.nl>
                   Erik Sandberg <mandolaerik@gmail.com>
 */
 
 #include "input.hh"
-#include "music.hh"
 #include "repeated-music.hh"
 #include "sequential-iterator.hh"
 
 class Percent_repeat_iterator : public Sequential_iterator
 {
 public:
-  DECLARE_CLASSNAME(Percent_repeat_iterator);
+  DECLARE_CLASSNAME (Percent_repeat_iterator);
   DECLARE_SCHEME_CALLBACK (constructor, ());
   Percent_repeat_iterator ();
 protected: