1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

Remove unneeded inclusions of Project.h, no cycles broken

This commit is contained in:
Paul Licameli 2019-05-22 09:46:34 -04:00
parent af3e7a09d5
commit d5b2507af9
18 changed files with 0 additions and 18 deletions

View File

@ -67,7 +67,6 @@ preferences.
#include "../include/audacity/EffectAutomationParameters.h" // for command automation
//#include "Project.h"
#include "WrappedType.h"
//#include "effects/Effect.h"

View File

@ -28,7 +28,6 @@ UndoManager
#include "BlockFile.h"
#include "Clipboard.h"
#include "Diags.h"
#include "Project.h"
#include "Sequence.h"
#include "WaveClip.h"
#include "WaveTrack.h" // temp

View File

@ -57,7 +57,6 @@ and sends it to that message target.
#include "../MemoryX.h"
#include <vector>
//#include "../src/Project.h"
#include "../commands/ResponseQueue.h"
class wxStatusBar;

View File

@ -36,7 +36,6 @@ This class now lists
#include "CommandContext.h"
#include "SelectCommand.h"
#include "../Project.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"

View File

@ -19,7 +19,6 @@
#include "../Audacity.h"
#include "GetTrackInfoCommand.h"
#include "../Project.h"
#include "../TrackPanel.h"
#include "../NoteTrack.h"
#include "../WaveTrack.h"

View File

@ -19,7 +19,6 @@
#include "../Audacity.h"
#include "SetClipCommand.h"
#include "../Project.h"
#include "../TrackPanel.h"
#include "../WaveClip.h"
#include "../WaveTrack.h"

View File

@ -19,7 +19,6 @@
#include "../Audacity.h"
#include "SetEnvelopeCommand.h"
#include "../Project.h"
#include "../TrackPanel.h"
#include "../WaveClip.h"
#include "../WaveTrack.h"

View File

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

View File

@ -47,7 +47,6 @@
#include "../WaveTrack.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../FileNames.h"
#include "../ShuttleGui.h"

View File

@ -20,7 +20,6 @@ effect that uses SBSMS to do its processing (TimeScale)
#include "../LabelTrack.h"
#include "../WaveTrack.h"
#include "../Project.h"
#include "TimeWarper.h"
enum {

View File

@ -21,7 +21,6 @@ effect that uses SoundTouch to do its processing (ChangeTempo
#include "../LabelTrack.h"
#include "../WaveTrack.h"
#include "../Project.h"
#include "../NoteTrack.h"
// Soundtouch defines these as well, which are also in generated configmac.h

View File

@ -58,7 +58,6 @@
#include "../FileFormats.h"
#include "../Mix.h"
#include "../Project.h"
#include "../Tags.h"
#include "../TranslatableStringArray.h"
#include "../widgets/AudacityMessageBox.h"

View File

@ -35,7 +35,6 @@
#include <wx/treebook.h>
#include "../AudioIO.h"
#include "../Project.h"
#include "../Prefs.h"
#include "../ShuttleGui.h"

View File

@ -48,7 +48,6 @@
#include "../AllThemeResources.h"
#include "../ImageManipulation.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../widgets/AButton.h"
#include "../widgets/Grabber.h"

View File

@ -18,7 +18,6 @@ Paul Licameli split from TrackPanel.cpp
#include "../../ui/SelectHandle.h"
#include "../../../HitTestResult.h"
#include "../../../Project.h"
#include "../../../TrackPanelMouseEvent.h"
std::vector<UIHandlePtr> LabelTrack::DetailedHitTest

View File

@ -18,7 +18,6 @@ Paul Licameli split from TrackPanel.cpp
#include "NoteTrackVRulerControls.h"
#include "../../../../HitTestResult.h"
#include "../../../../Project.h"
#include "../../../../TrackPanelMouseEvent.h"
#include "../../../ui/SelectHandle.h"
#include "StretchHandle.h"

View File

@ -14,7 +14,6 @@ Paul Licameli split from TrackPanel.cpp
#include "WaveTrackVRulerControls.h"
#include "../../../../HitTestResult.h"
#include "../../../../Project.h"
#include "../../../../TrackPanelMouseEvent.h"
#include "../../../../toolbars/ToolsToolBar.h"

View File

@ -15,7 +15,6 @@ Paul Licameli split from TrackPanel.cpp
#include "../../../HitTestResult.h"
#include "../../../TrackPanelMouseEvent.h"
#include "../../../Project.h"
#include "../../ui/EnvelopeHandle.h"