1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 22:28:44 +02:00

Remove TimeTrack.h from other headers

This commit is contained in:
Paul Licameli 2015-07-05 01:55:40 -04:00
parent 7405614996
commit 991ba8cc6e
4 changed files with 1 additions and 3 deletions

View File

@ -40,6 +40,7 @@
#include "Prefs.h" #include "Prefs.h"
#include "Project.h" #include "Project.h"
#include "Resample.h" #include "Resample.h"
#include "TimeTrack.h"
#include "float_cast.h" #include "float_cast.h"
//TODO-MB: wouldn't it make more sense to delete the time track after 'mix and render'? //TODO-MB: wouldn't it make more sense to delete the time track after 'mix and render'?

View File

@ -16,7 +16,6 @@
#include "SampleFormat.h" #include "SampleFormat.h"
#include "WaveTrack.h" #include "WaveTrack.h"
#include "TimeTrack.h"
#include "Resample.h" #include "Resample.h"
class DirManager; class DirManager;

View File

@ -25,7 +25,6 @@ and TimeTrack.
#include "NoteTrack.h" #include "NoteTrack.h"
#include "LabelTrack.h" #include "LabelTrack.h"
#include "Project.h" #include "Project.h"
#include "TimeTrack.h"
#include "DirManager.h" #include "DirManager.h"
#ifdef _MSC_VER #ifdef _MSC_VER

View File

@ -75,7 +75,6 @@
#include "../WaveTrack.h" #include "../WaveTrack.h"
#include "../widgets/Warning.h" #include "../widgets/Warning.h"
#include "../AColor.h" #include "../AColor.h"
#include "../TimeTrack.h"
#include "../Dependencies.h" #include "../Dependencies.h"
// Callback to display format options // Callback to display format options