1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-16 09:31:14 +01:00
This commit is contained in:
Paul Licameli
2016-04-09 22:55:15 -04:00
parent 98f739a076
commit 70bd46b8ad
22 changed files with 41 additions and 10 deletions

View File

@@ -7,6 +7,7 @@
*
*/
#include "../Audacity.h"
#include "ODDecodeFlacTask.h"
#include "../Prefs.h"

View File

@@ -16,6 +16,7 @@ updating the ODPCMAliasBlockFile and the GUI of the newly available data.
*//*******************************************************************/
#include "../Audacity.h"
#include "ODDecodeTask.h"
#include "../blockfile/ODDecodeBlockFile.h"
#include "../Sequence.h"

View File

@@ -14,6 +14,7 @@ ODTask requests and internals.
*//*******************************************************************/
#include "../Audacity.h"
#include "ODManager.h"
#include "ODTask.h"
#include "ODTaskThread.h"