1
0
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:
Paul Licameli 2020-06-13 11:20:45 -04:00
parent 6f402b3071
commit a7408a7f80
3 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,7 @@
#include "InconsistencyException.h"
#include "effects/TimeWarper.h"
#include "tracks/ui/TrackView.h"
#include "tracks/ui/TrackControls.h"

View File

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

View File

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