1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-23 06:23:49 +02:00

Fewer inclusions of AudioIO.h and Import.h

This commit is contained in:
Paul Licameli
2019-06-06 12:48:39 -04:00
parent 6f3342a895
commit 0b85251885
18 changed files with 17 additions and 31 deletions

View File

@@ -32,14 +32,11 @@ The summary is eventually computed and written to a file in a background thread.
#include "../FileFormats.h"
#include "../ondemand/ODManager.h"
#include "../AudioIO.h"
#include "NotYetAvailableException.h"
//#include <errno.h>
extern AudioIO *gAudioIO;
const int aheaderTagLen = 20;
char aheaderTag[aheaderTagLen + 1] = "AudacityBlockFile112";