X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-column.cc;h=64203fd93706a2be02708cf63f77d52427500a8c;hb=9dd88ce33b9caf1ff6746c92f3b5080727dde946;hp=172deb64d15c01045046e84c6bb8f55c55cf00b8;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/audio-column.cc b/lily/audio-column.cc index 172deb64d1..64203fd937 100644 --- a/lily/audio-column.cc +++ b/lily/audio-column.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2009 Jan Nieuwenhuizen + Copyright (C) 1997--2012 Jan Nieuwenhuizen 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; } -