]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/rational.cc
* lily/include/pango-font.hh: new file.
[lilypond.git] / flower / rational.cc
index f238e4b30d22348ffc2a7cead4787b590ffc5ebb..2d3195514a555f2b0fc10d8da67cd49cb76eb4ff 100644 (file)
@@ -3,12 +3,14 @@
   
   source file of the Flower Library
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
-#include <math.h>
-#include <stdlib.h>
+
 #include "rational.hh"
-#include "string.hh"
+
+#include <cmath>
+#include <cstdlib>
+
 #include "string-convert.hh"  
 #include "libc-extension.hh"