Remove Shuttle.h from other headers

This commit is contained in:
Paul Licameli 2019-02-06 13:44:52 -05:00
parent 166e73fdeb
commit 3ff61f3e10
45 changed files with 43 additions and 2 deletions

View File

@ -42,6 +42,7 @@ ShuttleGui.
#include "../Mix.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../WaveTrack.h"
#include "../toolbars/ControlToolBar.h"

View File

@ -32,7 +32,6 @@ class wxWindow;
#include "../Experimental.h"
#include "../SampleFormat.h"
#include "../SelectedRegion.h"
#include "../Shuttle.h"
#include "../Internat.h"
#include "../widgets/ProgressDialog.h"
#include "../include/audacity/ComponentInterface.h"

View File

@ -29,6 +29,7 @@ threshold of difference in two selected tracks
#include <float.h>
#include <wx/intl.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/ErrorDialog.h"
#include "../widgets/valnum.h"

View File

@ -26,6 +26,7 @@ parameters. It is for development purposes.
#include <wx/intl.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/ErrorDialog.h"
#include "../widgets/valnum.h"

View File

@ -22,6 +22,7 @@
#include "../Track.h"
#include "../TrackPanel.h"
#include "../WaveTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -40,6 +40,7 @@ This class now lists
#include "CommandContext.h"
#include "../prefs/PrefsDialog.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
enum {

View File

@ -23,6 +23,7 @@
#include "../TrackPanel.h"
#include "../NoteTrack.h"
#include "../WaveTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -16,6 +16,7 @@
#include "../Audacity.h"
#include "HelpCommand.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"
#include "../effects/EffectManager.h"

View File

@ -19,6 +19,7 @@
#include "../Project.h"
#include "../Track.h"
#include "../export/Export.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -17,6 +17,7 @@
#include "MessageCommand.h"
#include "CommandType.h"
#include "CommandContext.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
bool MessageCommand::DefineParams( ShuttleParams & S ){

View File

@ -19,6 +19,7 @@
#include "../Menus.h"
#include "../Project.h"
#include "../export/Export.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -19,6 +19,7 @@ SetPreferenceCommand classes
#include "PreferenceCommands.h"
#include "../Menus.h"
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../commands/CommandContext.h"

View File

@ -42,6 +42,7 @@ small calculations of rectangles.
#include "../toolbars/ToolsToolBar.h"
#include "../toolbars/TranscriptionToolBar.h"
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"
#include "CommandManager.h"

View File

@ -37,6 +37,7 @@ explicitly code all three.
#include "../Project.h"
#include "../Track.h"
#include "../TrackPanel.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -22,6 +22,7 @@
#include "../Track.h"
#include "../TrackPanel.h"
#include "../WaveTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -23,6 +23,7 @@
#include "../TrackPanel.h"
#include "../WaveTrack.h"
#include "../Envelope.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -23,6 +23,7 @@
#include "../TrackPanel.h"
#include "../WaveTrack.h"
#include "../LabelTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -23,6 +23,7 @@
#include "../Track.h"
#include "../TrackPanel.h"
#include "../WaveTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"
#include "../toolbars/SelectionBar.h"

View File

@ -41,6 +41,7 @@ SetTrackAudioCommand and SetTrackVisualsCommand.
#include "../WaveTrack.h"
#include "../prefs/WaveformSettings.h"
#include "../prefs/SpectrogramSettings.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -33,6 +33,7 @@
#include <wx/valtext.h>
#include <wx/log.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../WaveTrack.h"
#include "../widgets/valnum.h"

View File

@ -30,6 +30,7 @@
#include "../AllThemeResources.h"
#include "../Internat.h"
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../Theme.h"
#include "../widgets/valnum.h"

View File

@ -26,6 +26,7 @@
#include <wx/sizer.h>
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../WaveTrack.h"
#include "../widgets/valnum.h"

View File

@ -31,6 +31,7 @@ the pitch without changing the tempo.
#include <wx/valtext.h>
#include "../PitchName.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../Spectrum.h"
#include "../WaveTrack.h"

View File

@ -24,6 +24,7 @@
#include "../Prefs.h"
#include "../Project.h"
#include "../Resample.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"

View File

@ -28,6 +28,7 @@
#include <wx/intl.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"
#include "TimeWarper.h"

View File

@ -33,6 +33,7 @@
#include <wx/valgen.h>
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/ErrorDialog.h"
#include "../widgets/valnum.h"

View File

@ -36,6 +36,7 @@
#include "../AColor.h"
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../float_cast.h"
#include "../widgets/Ruler.h"

View File

@ -37,6 +37,7 @@
#include <wx/log.h>
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"
#include "../TranslatableStringArray.h"

View File

@ -22,6 +22,7 @@
#include <wx/valtext.h>
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"

View File

@ -35,7 +35,6 @@ class wxWindow;
#include "../Experimental.h"
#include "../SampleFormat.h"
#include "../SelectedRegion.h"
#include "../Shuttle.h"
#include "../Internat.h"
#include "../widgets/ProgressDialog.h"

View File

@ -32,6 +32,7 @@ effects.
#endif
#include "EffectManager.h"
#include "../Shuttle.h"
#include "../commands/Command.h"
#include "../commands/CommandContext.h"

View File

@ -81,6 +81,7 @@
#include "../Experimental.h"
#include "../AColor.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../PlatformCompatibility.h"
#include "../FileNames.h"

View File

@ -26,6 +26,7 @@
#include <wx/intl.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"
#include "../widgets/ErrorDialog.h"

View File

@ -24,6 +24,7 @@
#include <wx/valgen.h>
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"

View File

@ -26,6 +26,7 @@
#include "../Internat.h"
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../WaveTrack.h"
#include "../widgets/valnum.h"

View File

@ -25,6 +25,7 @@
#include <wx/intl.h>
#include <wx/valgen.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../FFT.h"
#include "../widgets/valnum.h"

View File

@ -26,6 +26,7 @@
#include <wx/intl.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"

View File

@ -28,6 +28,7 @@
#include <wx/intl.h>
#include "../LabelTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../WaveTrack.h"
#include "../widgets/NumericTextCtrl.h"

View File

@ -22,6 +22,7 @@
#include "../Audacity.h"
#include "../Prefs.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"

View File

@ -50,6 +50,7 @@ a graph for EffectScienFilter.
#include "../PlatformCompatibility.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../Theme.h"
#include "../WaveTrack.h"

View File

@ -23,6 +23,7 @@
#include <wx/intl.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"

View File

@ -29,6 +29,7 @@ frequency changes smoothly during the tone.
#include <wx/valgen.h>
#include "../Project.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/NumericTextCtrl.h"
#include "../widgets/valnum.h"

View File

@ -29,6 +29,7 @@
#include "../Prefs.h"
#include "../Project.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../WaveTrack.h"
#include "../widgets/valnum.h"

View File

@ -25,6 +25,7 @@
#include <wx/intl.h>
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"

View File

@ -55,6 +55,7 @@ effects from this one class.
#include "../../TimeTrack.h"
#include "../../prefs/SpectrogramSettings.h"
#include "../../Project.h"
#include "../../Shuttle.h"
#include "../../ShuttleGui.h"
#include "../../WaveClip.h"
#include "../../WaveTrack.h"