]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/misc.cc
*** empty log message ***
[lilypond.git] / lily / misc.cc
index adcf536ad26dc9130d215ec1f4d42f74d2e384f8..95d730b9e7a1069b454b03878c06da2dc1583159 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
     Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#include <math.h>
 #include "misc.hh"
 
+#include <math.h>
+
 /*
   Return the 2-log, rounded down 
  */
@@ -34,3 +35,4 @@ log_2 (double x)
   return log (x)  /log (2.0);
 }