1
0
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:
Paul Licameli
2015-07-04 13:58:01 -04:00
parent eaaab766db
commit 51d7b3670c
10 changed files with 6 additions and 11 deletions

View File

@@ -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

View File

@@ -14,9 +14,9 @@
class wxString;
#include <wx/string.h>
class LabelTrack;
#include "../LabelTrack.h"
#include <wx/string.h>
#include "Effect.h"

View File

@@ -40,6 +40,7 @@
#include "../../ShuttleGui.h"
#include "../../widgets/valnum.h"
#include "../../LabelTrack.h"
#include "../../WaveTrack.h"
enum

View File

@@ -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")