]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-referencer.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / staff-symbol-referencer.cc
index c9c21e500c72cc68e3d39ea9c277899eea5af08f..b02e7620f460d91293b1f3e4611be3fcf240eb3c 100644 (file)
@@ -6,14 +6,14 @@
   (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include <math.h>
-
 #include "staff-symbol-referencer.hh"
+
+#include <cmath>
+
 #include "staff-symbol.hh"
 #include "output-def.hh"
 #include "libc-extension.hh"
 
-
 int
 Staff_symbol_referencer::line_count (Grob *me)
 {