1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Remove CommonTrackPanelCell.h from Track.h

This commit is contained in:
Paul Licameli 2020-06-17 14:54:36 -04:00
parent 8784689c1f
commit 3feda9e189
3 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,7 @@ and TimeTrack.
#include <wx/textfile.h>
#include <wx/log.h>
#include "tracks/ui/CommonTrackPanelCell.h"
#include "Project.h"
#include "ProjectSettings.h"
#include "DirManager.h"

View File

@ -22,7 +22,6 @@
#include "ClientData.h"
#include "SampleFormat.h"
#include "tracks/ui/CommonTrackPanelCell.h"
#include "xml/XMLTagHandler.h"
#ifdef __WXMSW__
@ -30,6 +29,7 @@
#endif
class wxTextFile;
class CommonTrackCell;
class DirManager;
class Track;
class AudioTrack;

View File

@ -15,6 +15,7 @@ Paul Licameli split from TrackPanel.cpp
#include "StretchHandle.h"
#include "../../../ui/CommonTrackPanelCell.h"
#include "../../../../HitTestResult.h"
#include "../../../../NoteTrack.h"
#include "../../../../ProjectAudioIO.h"