1
0
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:
Paul Licameli 2019-06-08 09:23:39 -04:00
parent 7d38ef8ed5
commit b020e8fbd0
8 changed files with 1 additions and 9 deletions

View File

@ -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>

View File

@ -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"

View File

@ -20,7 +20,6 @@
#include "DragCommand.h"
#include "../Project.h"
#include "../TrackPanel.h"
#include "../WaveTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"

View File

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

View File

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

View File

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

View File

@ -19,7 +19,6 @@
#include "../Audacity.h"
#include "SetLabelCommand.h"
#include "../TrackPanel.h"
#include "../ViewInfo.h"
#include "../WaveTrack.h"
#include "../LabelTrack.h"

View File

@ -21,7 +21,6 @@
#include "SetProjectCommand.h"
#include "../Project.h"
#include "../TrackPanel.h"
#include "../WaveTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"