diff --git a/src/Track.cpp b/src/Track.cpp index f25b20918..07fc7a0aa 100644 --- a/src/Track.cpp +++ b/src/Track.cpp @@ -23,7 +23,6 @@ and TimeTrack. #include "Track.h" #include "WaveTrack.h" #include "NoteTrack.h" -#include "LabelTrack.h" #include "Project.h" #include "DirManager.h" diff --git a/src/WaveTrack.cpp b/src/WaveTrack.cpp index 2830eb48b..82b4cc333 100644 --- a/src/WaveTrack.cpp +++ b/src/WaveTrack.cpp @@ -39,8 +39,6 @@ Track classes. #include "float_cast.h" -#include "LabelTrack.h" - #include "Envelope.h" #include "Sequence.h" #include "Spectrum.h" diff --git a/src/effects/FindClipping.cpp b/src/effects/FindClipping.cpp index 3211a2d42..af70cf86d 100644 --- a/src/effects/FindClipping.cpp +++ b/src/effects/FindClipping.cpp @@ -30,6 +30,7 @@ #include "../ShuttleGui.h" #include "../widgets/valnum.h" +#include "../LabelTrack.h" #include "../Wavetrack.h" // Define keys, defaults, minimums, and maximums for the effect parameters diff --git a/src/effects/FindClipping.h b/src/effects/FindClipping.h index f550ff248..0505c253c 100644 --- a/src/effects/FindClipping.h +++ b/src/effects/FindClipping.h @@ -14,9 +14,9 @@ class wxString; -#include +class LabelTrack; -#include "../LabelTrack.h" +#include #include "Effect.h" diff --git a/src/effects/vamp/VampEffect.cpp b/src/effects/vamp/VampEffect.cpp index 0623ee16f..4f4e00fbc 100644 --- a/src/effects/vamp/VampEffect.cpp +++ b/src/effects/vamp/VampEffect.cpp @@ -40,6 +40,7 @@ #include "../../ShuttleGui.h" #include "../../widgets/valnum.h" +#include "../../LabelTrack.h" #include "../../WaveTrack.h" enum diff --git a/src/effects/vamp/VampEffect.h b/src/effects/vamp/VampEffect.h index 7e4d08d59..1c660d09d 100644 --- a/src/effects/vamp/VampEffect.h +++ b/src/effects/vamp/VampEffect.h @@ -25,10 +25,10 @@ #include -#include "../../LabelTrack.h" - #include "../Effect.h" +class LabelTrack; + #define VAMPEFFECTS_VERSION wxT("1.0.0.0") #define VAMPEFFECTS_FAMILY wxT("Vamp") diff --git a/src/export/Export.cpp b/src/export/Export.cpp index 3467fe28d..b38aeeeff 100644 --- a/src/export/Export.cpp +++ b/src/export/Export.cpp @@ -66,7 +66,6 @@ #include "../DirManager.h" #include "../FileFormats.h" #include "../Internat.h" -#include "../LabelTrack.h" #include "../Mix.h" #include "../Prefs.h" #include "../Project.h" diff --git a/src/export/ExportFFmpeg.cpp b/src/export/ExportFFmpeg.cpp index 963165b5d..6f85f461b 100644 --- a/src/export/ExportFFmpeg.cpp +++ b/src/export/ExportFFmpeg.cpp @@ -36,7 +36,6 @@ function. #include "../FileFormats.h" #include "../Internat.h" -#include "../LabelTrack.h" #include "../Mix.h" #include "../Prefs.h" #include "../Project.h" diff --git a/src/export/ExportFFmpegDialogs.cpp b/src/export/ExportFFmpegDialogs.cpp index 93de6aa88..442537531 100644 --- a/src/export/ExportFFmpegDialogs.cpp +++ b/src/export/ExportFFmpegDialogs.cpp @@ -56,7 +56,6 @@ #include "../FileFormats.h" #include "../Internat.h" -#include "../LabelTrack.h" #include "../Mix.h" #include "../Prefs.h" #include "../Project.h" diff --git a/src/export/ExportPCM.cpp b/src/export/ExportPCM.cpp index 6d788838d..5b4e5053e 100644 --- a/src/export/ExportPCM.cpp +++ b/src/export/ExportPCM.cpp @@ -28,7 +28,6 @@ #include "../FileFormats.h" #include "../Internat.h" -#include "../LabelTrack.h" #include "../Mix.h" #include "../Prefs.h" #include "../Project.h"