mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
Don't include Project.h or ODTask.h needlessly in other header files
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
#ifndef __AUDACITY_AUTORECOVERY__
|
||||
#define __AUDACITY_AUTORECOVERY__
|
||||
|
||||
#include "Project.h"
|
||||
|
||||
#include "xml/XMLTagHandler.h"
|
||||
#include "xml/XMLWriter.h"
|
||||
|
||||
@@ -23,6 +21,8 @@
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
class AudacityProject;
|
||||
|
||||
//
|
||||
// Show auto recovery dialog if there are projects to recover. Should be
|
||||
// called once at Audacity startup.
|
||||
|
||||
Reference in New Issue
Block a user