]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch-squash-engraver.cc
Fix #83 / #297.
[lilypond.git] / lily / pitch-squash-engraver.cc
index 50d2d862ac2efbc391cd0c29e68fc0ac0ce26fb6..8fd4d4e26d213f2eb6d4d6e9cadc4ddcf1432bcf 100644 (file)
@@ -3,12 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
+
+#include "engraver.hh"
+
 #include "staff-symbol-referencer.hh"
 #include "note-head.hh"
 #include "rhythmic-head.hh"
-#include "engraver.hh"
+#include "grob.hh"
 
 class Pitch_squash_engraver : public Engraver
 {