1
0
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:
Paul Licameli
2015-07-05 11:25:32 -04:00
parent f81231efae
commit cab89f6fb4
11 changed files with 6 additions and 10 deletions

View File

@@ -20,7 +20,6 @@
#include <wx/intl.h>
#include "../Envelope.h"
#include "../LabelTrack.h"
#include "../Prefs.h"
#include "../Project.h"

View File

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

View File

@@ -14,7 +14,6 @@
#include "../AudacityApp.h"
#include "../Envelope.h"
#include "../FFT.h"
#include "../WaveTrack.h"
#include "../Prefs.h"

View File

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