mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-05 05:47:41 +02:00
Remove ImportRaw.h from other headers
This commit is contained in:
@@ -15,7 +15,6 @@ Paul Licameli split from AudacityProject.h
|
||||
#include <vector>
|
||||
|
||||
#include "ClientData.h" // to inherit
|
||||
#include "import/ImportRaw.h" // defines TrackHolders
|
||||
#include "FileNames.h" // for FileType
|
||||
|
||||
class wxString;
|
||||
@@ -30,6 +29,7 @@ class XMLTagHandler;
|
||||
namespace ProjectFileIORegistry{ struct Entry; }
|
||||
|
||||
using WaveTrackArray = std::vector < std::shared_ptr < WaveTrack > >;
|
||||
using TrackHolders = std::vector< WaveTrackArray >;
|
||||
|
||||
class ProjectFileManager final
|
||||
: public ClientData::Base
|
||||
|
||||
Reference in New Issue
Block a user