]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-sequence.cc
Run `make grand-replace'.
[lilypond.git] / lily / music-sequence.cc
index 8a2915ad10c8d2c4bbbb54124b3f4d08f42708bb..c57e18353a568dc34d9b6bccf3037b6c3a933878 100644 (file)
@@ -3,14 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
+#include "music-sequence.hh"
+
 #include "warn.hh"
 #include "program-option.hh"
-#include "pitch.hh"
+#include "music.hh"
 #include "input.hh"
-#include "music-sequence.hh"
 
 void
 transpose_music_list (SCM lst, Pitch rq)