1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 15:41:18 +01:00

Removed some unnecessary #include directives

This commit is contained in:
Paul Licameli
2021-02-04 08:26:29 -05:00
parent 521c2e0b58
commit 175584cb51
2 changed files with 0 additions and 3 deletions

View File

@@ -471,7 +471,6 @@ time warp info and AudioIOListener and whether the playback is looped.
#include "widgets/MeterPanelBase.h"
#include "widgets/AudacityMessageBox.h"
#include "widgets/ErrorDialog.h"
#include "widgets/Warning.h"
#ifdef EXPERIMENTAL_MIDI_OUT

View File

@@ -17,8 +17,6 @@
#include "SampleFormat.h"
#include "xml/XMLTagHandler.h"
#include "RealFFTf.h"
#include <wx/longlong.h>
#include <vector>