diff --git a/src/TrackInfo.cpp b/src/TrackInfo.cpp index da126eb12..f9ff41e5f 100644 --- a/src/TrackInfo.cpp +++ b/src/TrackInfo.cpp @@ -2,7 +2,7 @@ Audacity: A Digital Audio Editor -TrackInfo.h +TrackInfo.cpp Paul Licameli split from TrackPanel.cpp @@ -35,13 +35,11 @@ Paul Licameli split from TrackPanel.cpp #include "AColor.h" #include "AllThemeResources.h" -#include "NoteTrack.h" #include "Project.h" +#include "Track.h" #include "TrackPanelDrawingContext.h" #include "ViewInfo.h" -#include "WaveTrack.h" #include "tracks/ui/TrackView.h" -#include "widgets/ASlider.h" static wxString gSoloPref; bool TrackInfo::HasSoloButton() @@ -638,3 +636,4 @@ void TrackInfo::UpdatePrefs( wxWindow *pParent ) fontSize--; } while (textWidth >= allowableWidth); } +