]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / flower / include / real.hh
index 2185d9b46b81ee6eaece34d71bc9f817646d613d..eba8a50b8e75468cf39a7c85089ff382a8107062 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef REAL_HH
 
 #include <algorithm>
 #include <climits>
-
-/*
-  MacOS 10.3 uses g++ 3.3 which doesn't have isinf()
- */
-// #include <cmath>
-#include <math.h>
+#include <cmath>
 using namespace std;
 
-
 typedef double Real;
 extern const Real infinity_f;