mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 23:23:44 +02:00
Remove unnecesary inclusions of TrackPanel.h
This commit is contained in:
parent
7d38ef8ed5
commit
b020e8fbd0
@ -33,8 +33,6 @@ for drawing different aspects of the label and its text box.
|
||||
|
||||
#include "Experimental.h"
|
||||
|
||||
#include "TrackPanel.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <algorithm>
|
||||
#include <limits.h>
|
||||
|
@ -45,10 +45,10 @@
|
||||
#include "ProjectManager.h"
|
||||
#include "ProjectSettings.h"
|
||||
#include "ProjectWindow.h"
|
||||
#include "TrackPanel.h"
|
||||
#include "UndoManager.h"
|
||||
#include "ViewInfo.h"
|
||||
#include "commands/CommandManager.h"
|
||||
#include "commands/CommandManagerWindowClasses.h"
|
||||
#include "effects/EffectManager.h"
|
||||
#include "prefs/TracksPrefs.h"
|
||||
#include "toolbars/ControlToolBar.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "DragCommand.h"
|
||||
|
||||
#include "../Project.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../Audacity.h"
|
||||
#include "GetTrackInfoCommand.h"
|
||||
|
||||
#include "../TrackPanel.h"
|
||||
#include "../NoteTrack.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../Audacity.h"
|
||||
#include "SetClipCommand.h"
|
||||
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../Audacity.h"
|
||||
#include "SetEnvelopeCommand.h"
|
||||
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Envelope.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../Audacity.h"
|
||||
#include "SetLabelCommand.h"
|
||||
|
||||
#include "../TrackPanel.h"
|
||||
#include "../ViewInfo.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../LabelTrack.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "SetProjectCommand.h"
|
||||
|
||||
#include "../Project.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user