From 991ba8cc6eb9baf42b42793bbfc59086960d2c3b Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sun, 5 Jul 2015 01:55:40 -0400 Subject: [PATCH] Remove TimeTrack.h from other headers --- src/Mix.cpp | 1 + src/Mix.h | 1 - src/Track.cpp | 1 - src/export/Export.cpp | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Mix.cpp b/src/Mix.cpp index 50fc15614..c2a74860f 100644 --- a/src/Mix.cpp +++ b/src/Mix.cpp @@ -40,6 +40,7 @@ #include "Prefs.h" #include "Project.h" #include "Resample.h" +#include "TimeTrack.h" #include "float_cast.h" //TODO-MB: wouldn't it make more sense to delete the time track after 'mix and render'? diff --git a/src/Mix.h b/src/Mix.h index b4274d589..357d6d943 100644 --- a/src/Mix.h +++ b/src/Mix.h @@ -16,7 +16,6 @@ #include "SampleFormat.h" #include "WaveTrack.h" -#include "TimeTrack.h" #include "Resample.h" class DirManager; diff --git a/src/Track.cpp b/src/Track.cpp index ae91bd270..f25b20918 100644 --- a/src/Track.cpp +++ b/src/Track.cpp @@ -25,7 +25,6 @@ and TimeTrack. #include "NoteTrack.h" #include "LabelTrack.h" #include "Project.h" -#include "TimeTrack.h" #include "DirManager.h" #ifdef _MSC_VER diff --git a/src/export/Export.cpp b/src/export/Export.cpp index 206d007c8..6a02b36f0 100644 --- a/src/export/Export.cpp +++ b/src/export/Export.cpp @@ -75,7 +75,6 @@ #include "../WaveTrack.h" #include "../widgets/Warning.h" #include "../AColor.h" -#include "../TimeTrack.h" #include "../Dependencies.h" // Callback to display format options