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:
parent
8784689c1f
commit
3feda9e189
@ -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"
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user