]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator-dispatch-list.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / translator-dispatch-list.hh
index 38543eff114d2e5bcb1361aa2430df92a8eeea80..43d5d133471db25aa7a17f7429d5a2f17b25c50c 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--2008 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 */