mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
Removed ShuttleGui.h from other headers
This commit is contained in:
@@ -19,6 +19,8 @@ the pitch without changing the tempo.
|
||||
|
||||
#if USE_SOUNDTOUCH
|
||||
|
||||
#include "ChangePitch.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
@@ -26,13 +28,12 @@ the pitch without changing the tempo.
|
||||
#include <wx/valtext.h>
|
||||
|
||||
#include "../PitchName.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../Spectrum.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../widgets/valnum.h"
|
||||
#include "TimeWarper.h"
|
||||
|
||||
#include "ChangePitch.h"
|
||||
|
||||
enum {
|
||||
ID_PercentChange = 10000,
|
||||
ID_FromPitch,
|
||||
|
||||
Reference in New Issue
Block a user