mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Remove TimeWarper.h from other headers
This commit is contained in:
parent
6f402b3071
commit
a7408a7f80
@ -38,6 +38,7 @@
|
||||
|
||||
#include "InconsistencyException.h"
|
||||
|
||||
#include "effects/TimeWarper.h"
|
||||
#include "tracks/ui/TrackView.h"
|
||||
#include "tracks/ui/TrackControls.h"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
#include <utility>
|
||||
#include "Track.h"
|
||||
#include "effects/TimeWarper.h"
|
||||
|
||||
#if defined(USE_MIDI)
|
||||
|
||||
@ -63,6 +62,7 @@ using NoteTrackBase =
|
||||
using QuantizedTimeAndBeat = std::pair< double, double >;
|
||||
|
||||
class StretchHandle;
|
||||
class TimeWarper;
|
||||
|
||||
class AUDACITY_DLL_API NoteTrack final
|
||||
: public NoteTrackBase
|
||||
|
@ -22,6 +22,7 @@ effect that uses SoundTouch to do its processing (ChangeTempo
|
||||
#include "../LabelTrack.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../NoteTrack.h"
|
||||
#include "TimeWarper.h"
|
||||
|
||||
// Soundtouch defines these as well, which are also in generated configmac.h
|
||||
// and configunix.h, so get rid of them before including,
|
||||
|
Loading…
x
Reference in New Issue
Block a user