]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Doc: Included/compile.itexi - CG 4.2 - Updated notes on reqs for compiling
[lilypond.git] / flower / real.cc
index 55537f8fa5d56296f473be106313e81ed87ca09b..e81577c05f72f7ea6cadfe852b6e80ebd898906f 100644 (file)
@@ -1,13 +1,10 @@
 #include "real.hh"
 
 #include <cmath>
-using namespace std;
 
-const Real infinity_f =
 #ifdef INFINITY
-  INFINITY
+const Real infinity_f = INFINITY;
 #else
-  HUGE_VAL  
+const Real infinity_f = HUGE_VAL;
 #endif
-  ;
-  
+