]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
(LY_DEFINE): use scm_c_make_hash_table().
[lilypond.git] / lily / include / chord-name.hh
index a775a2b79abfca6cc328fcc1e430dbada4eb8103..b040bf64cd32b4dcd67f2a6fbb36014e29e174d4 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef CHORD_NAME_HH
 #define CHORD_NAME_HH
 
-#include "lily-guile.hh"
 #include "stencil.hh"
 
 
@@ -17,7 +16,7 @@ class Chord_name
 {
 public:
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static  bool has_interface (Grob*);
+  static bool has_interface (Grob*);
 };
 
 #endif // CHORD_NAME_HH