]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dimension-cache.cc
* lily/sequential-music.cc: remove file.
[lilypond.git] / lily / dimension-cache.cc
index 052764232585b7efbbd661cb6bca62f64f5bbf68..893f2bc687feb765be4b718666a460379292013f 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 
-#include <cmath>
+#include <math.h>
 
 #include "dimension-cache.hh"
 #include "warn.hh"
@@ -36,9 +36,9 @@ Dimension_cache::init ()
 
   offsets_left_ = 0;
   offset_callbacks_ = SCM_EOL;
-  offset_ =0.0;
+  offset_ = 0.0;
   
-  parent_ =0;
+  parent_ = 0;
 }