mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 06:08:40 +02:00
Remove TimeTrack.h from other headers
This commit is contained in:
parent
7405614996
commit
991ba8cc6e
@ -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'?
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include "SampleFormat.h"
|
||||
#include "WaveTrack.h"
|
||||
#include "TimeTrack.h"
|
||||
#include "Resample.h"
|
||||
|
||||
class DirManager;
|
||||
|
@ -25,7 +25,6 @@ and TimeTrack.
|
||||
#include "NoteTrack.h"
|
||||
#include "LabelTrack.h"
|
||||
#include "Project.h"
|
||||
#include "TimeTrack.h"
|
||||
#include "DirManager.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user