mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Remove LabelTrack.h from other headers
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user