1
0
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:
Paul Licameli 2015-07-04 18:12:25 -04:00
parent d39eaa4e65
commit eaaab766db

View File

@ -22,7 +22,6 @@
#include "Experimental.h"
#include "Sequence.h" //Stm: included for the sampleCount declaration
#include "WaveClip.h"
#include "UndoManager.h" //JKC: Included for PUSH_XXX definitions.
#include "widgets/NumericTextCtrl.h"
@ -49,6 +48,8 @@ class TrackPanelAx;
class ViewInfo;
class WaveTrack;
class WaveClip;
class Envelope;
WX_DEFINE_ARRAY(LWSlider *, LWSliderArray);