1
0
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:
Paul Licameli
2018-10-16 17:23:10 -04:00
parent 2fafe5c328
commit a7df004a88
7 changed files with 10 additions and 5 deletions

View File

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