]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator-dispatch-list.hh
Revert "rename .mxl to .xml"
[lilypond.git] / lily / include / translator-dispatch-list.hh
index 38543eff114d2e5bcb1361aa2430df92a8eeea80..687431cb8fd4cd763236d6070810b4dfa6113b27 100644 (file)
@@ -3,14 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef TRANSLATOR_DISPATCH_LIST_HH
 #define TRANSLATOR_DISPATCH_LIST_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
 #include "std-vector.hh"
 #include "smobs.hh"
 
@@ -28,7 +27,7 @@ public:
   SCM static create (SCM trans_list,
                     SCM iface_list, Direction);
 
-  DECLARE_SIMPLE_SMOBS (Engraver_dispatch_list,);
+  DECLARE_SIMPLE_SMOBS (Engraver_dispatch_list);
 };
 
 #endif /* TRANSLATOR_DISPATCH_LIST_HH */