mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 08:40:27 +02:00
Remove some unnecessary #include directives
This commit is contained in:
parent
bff30b6ae9
commit
30be658b00
@ -34,11 +34,9 @@ Paul Licameli split from TrackPanel.cpp
|
||||
#include "../../../../prefs/PrefsDialog.h"
|
||||
#include "../../../../prefs/SpectrumPrefs.h"
|
||||
#include "../../../../prefs/ThemePrefs.h"
|
||||
#include "../../../../prefs/TracksBehaviorsPrefs.h"
|
||||
#include "../../../../prefs/WaveformPrefs.h"
|
||||
#include "../../../../widgets/AudacityMessageBox.h"
|
||||
|
||||
#include <mutex>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/frame.h>
|
||||
#include <wx/sizer.h>
|
||||
@ -1040,7 +1038,6 @@ void SliderDrawFunction
|
||||
Selector( sliderRect, wt, captured, nullptr )->OnPaint(*dc, highlight);
|
||||
}
|
||||
|
||||
#include "WaveTrackSliderHandles.h"
|
||||
void PanSliderDrawFunction
|
||||
( TrackPanelDrawingContext &context,
|
||||
const wxRect &rect, const Track *pTrack )
|
||||
|
Loading…
x
Reference in New Issue
Block a user