]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / real.hh
index 5f0fcd91ea1a1b1cde9aa18cd3ccf44d2a45f6cf..9ab3540ce4412e8fb929dd699baccd613be5bc25 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef REAL_HH
 
 #include <algorithm>
 #include <climits>
-
-/*
-  MacOS 10.3 uses g++ 3.3 which doesn't have std::isinf()
- */
-// #include <cmath>
-#include <math.h>
+#include <cmath>
 using namespace std;
 
-
 typedef double Real;
 extern const Real infinity_f;