]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-hyphen.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / lyric-hyphen.cc
index 5af5bf7f7de0a75e654232707b79698463c26fa3..62bcce8a54be2ffec01f8c8101281ae32dcfefe5 100644 (file)
@@ -6,16 +6,13 @@
   (c) 2003--2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#include <math.h>
+#include "lyric-hyphen.hh"
+
+#include <cmath>
 
-#include "box.hh"
 #include "lookup.hh"
-#include "stencil.hh"
 #include "output-def.hh"
 #include "paper-column.hh"
-#include "spanner.hh"
-#include "item.hh"
-#include "lyric-hyphen.hh"
 #include "moment.hh"
 
 MAKE_SCHEME_CALLBACK (Hyphen_spanner,print,1)