Remove some unnecessary #include directives

This commit is contained in:
Paul Licameli 2019-07-09 12:34:34 -04:00
parent a08bd5782b
commit 7e1c469d7f
9 changed files with 0 additions and 9 deletions

View File

@ -85,7 +85,6 @@ and in the spectrogram spectral selection.
#include "WaveTrack.h"
#include "./widgets/LinkingHtmlWindow.h"
#include "./widgets/HelpSystem.h"
#include "widgets/AudacityMessageBox.h"
#include "widgets/Ruler.h"

View File

@ -96,7 +96,6 @@ CommandManager. It holds the callback for one command.
#include "../Menus.h"
#include "../Project.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/AudacityMessageBox.h"
#include "../widgets/HelpSystem.h"

View File

@ -19,7 +19,6 @@
#include "../ShuttleGui.h"
#include "../FileNames.h"
#include "../ViewInfo.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/HelpSystem.h"
#include "../widgets/NumericTextCtrl.h"
#include "../widgets/AudacityMessageBox.h"

View File

@ -69,7 +69,6 @@ greater use in future.
#include "../ondemand/ODManager.h"
#include "TimeWarper.h"
#include "../widgets/HelpSystem.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/NumericTextCtrl.h"
#include "../widgets/AudacityMessageBox.h"
#include "../widgets/ErrorDialog.h"

View File

@ -94,7 +94,6 @@
#include "../FileNames.h"
#include "../Envelope.h"
#include "../EnvelopeEditor.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/ErrorDialog.h"
#include "../FFT.h"
#include "../Prefs.h"

View File

@ -90,7 +90,6 @@
#include "../Tags.h"
#include "../Track.h"
#include "../widgets/HelpSystem.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/AudacityMessageBox.h"
#include "../widgets/ProgressDialog.h"

View File

@ -27,7 +27,6 @@ MP3 and FFmpeg encoding libraries.
#include "../FFmpeg.h"
#include "../export/ExportMP3.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/HelpSystem.h"
#include "../widgets/AudacityMessageBox.h"

View File

@ -69,7 +69,6 @@
#include "../ProjectWindow.h"
#include "../Track.h"
#include "../widgets/AButton.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/ErrorDialog.h"
#include "../FileNames.h"

View File

@ -29,7 +29,6 @@
#include <wx/settings.h>
#include <wx/statusbr.h>
#include "LinkingHtmlWindow.h"
#include "../AllThemeResources.h"
#include "../ShuttleGui.h"
#include "../HelpText.h"