]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / note-head.cc
index 9b25d3ee9549e01c2cb723dc1ece09790c6db1fd..45687ddf8b553a7ae9e16662d97e47f5cc9246f7 100644 (file)
@@ -5,16 +5,17 @@
 
   (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
-#include <math.h>
-#include <ctype.h>
+
+#include "note-head.hh"
+
+#include <cmath>
+#include <cctype>
 
 #include "staff-symbol.hh"
 #include "misc.hh"
 #include "dots.hh"
-#include "note-head.hh"
 #include "warn.hh"
 #include "font-interface.hh"
-#include "stencil.hh"
 #include "event.hh"
 #include "rhythmic-head.hh"
 #include "staff-symbol-referencer.hh"