]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-pitch-tuple.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / grob-pitch-tuple.cc
index 6f175b9cf5127799dfe8cdcd915b4edf39acbff6..eb72a367e107d20270ed31a647e34fa64b7e368a 100644 (file)
@@ -3,19 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2006  Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "grob-pitch-tuple.hh"
 
-#include "event.hh"
+#include "music.hh"
 
 int compare (Grob_pitch_tuple const &a, Grob_pitch_tuple const &b)
 {
   return Grob_pitch_tuple::time_compare (a, b);
 }
 
-
 Grob_pitch_tuple::Grob_pitch_tuple ()
 {
   head_ = 0;