]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/axis.cc
*** empty log message ***
[lilypond.git] / flower / axis.cc
index d28657aabe0175e75649e48d813dbd0b68a4035b..3cd973d58920c7646571a559e0a65adb4b77e6cf 100644 (file)
@@ -3,11 +3,11 @@
 
 
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include <assert.h>
 #include "axes.hh"
+
 #include "string.hh"
 
 String
@@ -15,4 +15,3 @@ axis_name_string (Axis a)
 {
   return to_string (char (a + 'x'));
 }
-