1
0
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:
Paul Licameli
2020-06-13 11:34:59 -04:00
parent a7408a7f80
commit da93757401
10 changed files with 20 additions and 5 deletions

View File

@@ -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