]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-extender.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / lyric-extender.cc
index cc2be05f08cffa4696599a64f6e51f1eea5dae51..5776e88486e4a0d78d8f204102ccc1f054ac86fb 100644 (file)
@@ -6,20 +6,17 @@
   Han-Wen Nienhuys
 */
 
-#include <math.h>
+#include "lyric-extender.hh"
+
+#include <cmath>
 
-#include "box.hh"
 #include "warn.hh"
 #include "lookup.hh"
-#include "stencil.hh"
 #include "paper-column.hh"
 #include "output-def.hh"
-#include "lyric-extender.hh"
 #include "note-head.hh"
 #include "group-interface.hh"
 
-
-
 MAKE_SCHEME_CALLBACK (Lyric_extender, print, 1)
 SCM 
 Lyric_extender::print (SCM smob)