]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-column.cc
Release: bump Welcome versions.
[lilypond.git] / lily / audio-column.cc
index 3b4fa4819038efef401ea2ef835c28d468caf357..04b39c3b1e745b8a9dcdf798e2a7ce8cfad3b552 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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;
 }
 
-