1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 15:41:18 +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

@@ -18,9 +18,10 @@
#include <wx/defs.h>
#include <wx/dynarray.h>
#include "Track.h"
#include "widgets/NumericTextCtrl.h"
class Track;
class TrackList;
class TrackClipArray;
class ZoomInfo;