]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/axis.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / flower / axis.cc
index d28657aabe0175e75649e48d813dbd0b68a4035b..340a9f7d7be81410202b09c2eecd56d73387ef31 100644 (file)
@@ -6,8 +6,8 @@
   (c) 1997--2004 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'));
 }
-