1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

Remove Track.h from other headers

This commit is contained in:
Paul Licameli
2015-07-04 20:49:03 -04:00
parent 991ba8cc6e
commit b89c2a130c
14 changed files with 15 additions and 20 deletions

View File

@@ -17,7 +17,6 @@
#include <wx/listctrl.h>
#include "Export.h"
#include "../Track.h"
#include "../Tags.h" // we need to know about the Tags class for metadata
class wxButton;
@@ -27,7 +26,9 @@ class wxRadioButton;
class wxTextCtrl;
class AudacityProject;
class LabelTrack;
class ShuttleGui;
class TrackListIterator;
class ExportMultiple : public wxDialog
{
@@ -107,7 +108,7 @@ private:
AudacityProject *mProject;
TrackList *mTracks; /**< The list of tracks in the project that is
being exported */
TrackListIterator mIterator; /**< Iterator used to work through all the
TrackListIterator *mIterator; /**< Iterator used to work through all the
tracks in the project */
LabelTrack *mLabels;
int mNumLabels;