X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-column.cc;h=04b39c3b1e745b8a9dcdf798e2a7ce8cfad3b552;hb=13498a20fb3678da0042ffa6ae3427ca22b22a79;hp=7acc7311f9930407938989b884eeb7f4d3f9cdab;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/audio-column.cc b/lily/audio-column.cc index 7acc7311f9..04b39c3b1e 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--2010 Jan Nieuwenhuizen + Copyright (C) 1997--2015 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; } -