mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 07:40:05 +02:00
Remove WaveClip.h from other headers
This commit is contained in:
parent
d39eaa4e65
commit
eaaab766db
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
#include "Experimental.h"
|
#include "Experimental.h"
|
||||||
#include "Sequence.h" //Stm: included for the sampleCount declaration
|
#include "Sequence.h" //Stm: included for the sampleCount declaration
|
||||||
#include "WaveClip.h"
|
|
||||||
#include "UndoManager.h" //JKC: Included for PUSH_XXX definitions.
|
#include "UndoManager.h" //JKC: Included for PUSH_XXX definitions.
|
||||||
#include "widgets/NumericTextCtrl.h"
|
#include "widgets/NumericTextCtrl.h"
|
||||||
|
|
||||||
@ -49,6 +48,8 @@ class TrackPanelAx;
|
|||||||
class ViewInfo;
|
class ViewInfo;
|
||||||
|
|
||||||
class WaveTrack;
|
class WaveTrack;
|
||||||
|
class WaveClip;
|
||||||
|
class Envelope;
|
||||||
|
|
||||||
WX_DEFINE_ARRAY(LWSlider *, LWSliderArray);
|
WX_DEFINE_ARRAY(LWSlider *, LWSliderArray);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user