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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user