]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context.hh
Fix off-by-one error in constrained-breaking.
[lilypond.git] / lily / include / context.hh
index fd3c75b3f0f5daa28ca22def92188c1bcc8bf319..8eba283027a8811e6bfa04b7396fe5b11c749d81 100644 (file)
@@ -10,7 +10,6 @@
 #define CONTEXT_HH
 
 #include "context-key-manager.hh"
-#include "lily-proto.hh"
 #include "listener.hh"
 #include "moment.hh"
 #include "std-vector.hh"
@@ -21,7 +20,7 @@ class Context
   Scheme_hash_table *properties_dict () const;
   Context (Context const &src);
 
-  DECLARE_SMOBS (Context, dummy);
+  DECLARE_SMOBS (Context);
   DECLARE_CLASSNAME(Context);
   void terminate ();