]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / system.hh
index f10b9b750fb29578e9a1bea041c1c596aca77f83..e1a91bf4fa24fe5c8bc41690c1ff4ff13fa1abb9 100644 (file)
@@ -10,7 +10,6 @@
 
 #include "column-x-positions.hh"
 #include "spanner.hh"
-#include "grob-array.hh"
 #include "skyline.hh"
 
 /*
@@ -42,7 +41,7 @@ public:
   int spanner_count () const;
 
   void break_into_pieces (vector<Column_x_positions> const &);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
   vector<Item*> broken_col_range (Item const *, Item const *) const;
   vector<Grob*> columns () const;