mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Remove Envelope.h from other headers
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Envelope.h"
|
||||
#include "../LabelTrack.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
|
||||
@@ -21,10 +21,9 @@
|
||||
#include <wx/string.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
||||
#include "../Envelope.h"
|
||||
|
||||
#include "Effect.h"
|
||||
|
||||
class Envelope;
|
||||
class ShuttleGui;
|
||||
|
||||
#define CLICKREMOVAL_PLUGIN_SYMBOL XO("Click Removal")
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
#include "../AudacityApp.h"
|
||||
|
||||
#include "../Envelope.h"
|
||||
#include "../FFT.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Prefs.h"
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#endif
|
||||
|
||||
#include "Effect.h"
|
||||
#include "../Envelope.h"
|
||||
#include "../xml/XMLTagHandler.h"
|
||||
#include "../widgets/Grid.h"
|
||||
#include "../widgets/Ruler.h"
|
||||
@@ -44,6 +43,7 @@
|
||||
#define EQUALIZATION_PLUGIN_SYMBOL XO("Equalization")
|
||||
|
||||
|
||||
class Envelope;
|
||||
class EqualizationPanel;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user