mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 15:09:08 +02:00
Remove LabelTrack.h from other headers
This commit is contained in:
parent
eaaab766db
commit
51d7b3670c
@ -23,7 +23,6 @@ and TimeTrack.
|
||||
#include "Track.h"
|
||||
#include "WaveTrack.h"
|
||||
#include "NoteTrack.h"
|
||||
#include "LabelTrack.h"
|
||||
#include "Project.h"
|
||||
#include "DirManager.h"
|
||||
|
||||
|
@ -39,8 +39,6 @@ Track classes.
|
||||
|
||||
#include "float_cast.h"
|
||||
|
||||
#include "LabelTrack.h"
|
||||
|
||||
#include "Envelope.h"
|
||||
#include "Sequence.h"
|
||||
#include "Spectrum.h"
|
||||
|
@ -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
|
||||
|
@ -14,9 +14,9 @@
|
||||
|
||||
class wxString;
|
||||
|
||||
#include <wx/string.h>
|
||||
class LabelTrack;
|
||||
|
||||
#include "../LabelTrack.h"
|
||||
#include <wx/string.h>
|
||||
|
||||
#include "Effect.h"
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include "../../ShuttleGui.h"
|
||||
#include "../../widgets/valnum.h"
|
||||
|
||||
#include "../../LabelTrack.h"
|
||||
#include "../../WaveTrack.h"
|
||||
|
||||
enum
|
||||
|
@ -25,10 +25,10 @@
|
||||
|
||||
#include <vamp-hostsdk/PluginLoader.h>
|
||||
|
||||
#include "../../LabelTrack.h"
|
||||
|
||||
#include "../Effect.h"
|
||||
|
||||
class LabelTrack;
|
||||
|
||||
#define VAMPEFFECTS_VERSION wxT("1.0.0.0")
|
||||
#define VAMPEFFECTS_FAMILY wxT("Vamp")
|
||||
|
||||
|
@ -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"
|
||||
|
@ -36,7 +36,6 @@ function.
|
||||
|
||||
#include "../FileFormats.h"
|
||||
#include "../Internat.h"
|
||||
#include "../LabelTrack.h"
|
||||
#include "../Mix.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
|
@ -56,7 +56,6 @@
|
||||
|
||||
#include "../FileFormats.h"
|
||||
#include "../Internat.h"
|
||||
#include "../LabelTrack.h"
|
||||
#include "../Mix.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#include "../FileFormats.h"
|
||||
#include "../Internat.h"
|
||||
#include "../LabelTrack.h"
|
||||
#include "../Mix.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user