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:
parent
af3e7a09d5
commit
d5b2507af9
@ -67,7 +67,6 @@ preferences.
|
||||
|
||||
#include "../include/audacity/EffectAutomationParameters.h" // for command automation
|
||||
|
||||
//#include "Project.h"
|
||||
#include "WrappedType.h"
|
||||
//#include "effects/Effect.h"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -36,7 +36,6 @@ This class now lists
|
||||
#include "CommandContext.h"
|
||||
|
||||
#include "SelectCommand.h"
|
||||
#include "../Project.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../Audacity.h"
|
||||
#include "GetTrackInfoCommand.h"
|
||||
|
||||
#include "../Project.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../NoteTrack.h"
|
||||
#include "../WaveTrack.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../Audacity.h"
|
||||
#include "SetClipCommand.h"
|
||||
|
||||
#include "../Project.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../Audacity.h"
|
||||
#include "SetEnvelopeCommand.h"
|
||||
|
||||
#include "../Project.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "../LabelTrack.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
#include "../Resample.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
@ -47,7 +47,6 @@
|
||||
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
#include "../FileNames.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -58,7 +58,6 @@
|
||||
|
||||
#include "../FileFormats.h"
|
||||
#include "../Mix.h"
|
||||
#include "../Project.h"
|
||||
#include "../Tags.h"
|
||||
#include "../TranslatableStringArray.h"
|
||||
#include "../widgets/AudacityMessageBox.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include <wx/treebook.h>
|
||||
|
||||
#include "../AudioIO.h"
|
||||
#include "../Project.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
||||
|
@ -48,7 +48,6 @@
|
||||
#include "../AllThemeResources.h"
|
||||
#include "../ImageManipulation.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
#include "../widgets/AButton.h"
|
||||
#include "../widgets/Grabber.h"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -15,7 +15,6 @@ Paul Licameli split from TrackPanel.cpp
|
||||
|
||||
#include "../../../HitTestResult.h"
|
||||
#include "../../../TrackPanelMouseEvent.h"
|
||||
#include "../../../Project.h"
|
||||
|
||||
#include "../../ui/EnvelopeHandle.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user