]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-column.cc
Fix memleak: temporary skyline objects for systems were never deleted
[lilypond.git] / lily / audio-column.cc
index 3b4fa4819038efef401ea2ef835c28d468caf357..0b471a097ab3ed31aacccd44339d192f55b46a7e 100644 (file)
@@ -20,7 +20,6 @@
 #include "audio-column.hh"
 
 #include "audio-item.hh"
-#include "performance.hh"
 
 Audio_column::Audio_column (Moment when)
 {
@@ -52,4 +51,3 @@ Audio_column::offset_when (Moment m)
   when_ += m;
 }
 
-