mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Fix #include directives
This commit is contained in:
@@ -11,7 +11,7 @@ Paul Licameli split from TrackPanel.cpp
|
||||
#include "../../../Audacity.h"
|
||||
#include "LabelTrackView.h"
|
||||
|
||||
#include "Experimental.h"
|
||||
#include "../../../Experimental.h"
|
||||
|
||||
#include "LabelTrackControls.h"
|
||||
#include "LabelTrackVRulerControls.h"
|
||||
|
@@ -20,8 +20,8 @@ class SoloButtonHandle;
|
||||
class NoteTrackButtonHandle;
|
||||
class VelocitySliderHandle;
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "Experimental.h"
|
||||
#include "../../../../Audacity.h"
|
||||
#include "../../../../Experimental.h"
|
||||
|
||||
using NoteTrackControlsBase =
|
||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||
|
@@ -1035,7 +1035,7 @@ void SliderDrawFunction
|
||||
Selector( sliderRect, wt, captured, nullptr )->OnPaint(*dc, highlight);
|
||||
}
|
||||
|
||||
#include "tracks/playabletrack/wavetrack/ui/WaveTrackSliderHandles.h"
|
||||
#include "WaveTrackSliderHandles.h"
|
||||
void PanSliderDrawFunction
|
||||
( TrackPanelDrawingContext &context,
|
||||
const wxRect &rect, const Track *pTrack )
|
||||
|
Reference in New Issue
Block a user