mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Split AutoRecoveryDialog.cpp from AutoRecovery.cpp...
... leaving AutoRecovery as a lower-level file, to be used by ProjectHistory for auto-save, and not including ProjectManager. The new file floats to a high level of the graph, but AutoRecovery.cpp remains in the big strongly connected component.
This commit is contained in:
@@ -96,6 +96,7 @@ It handles initialization and termination by subclassing wxApp.
|
||||
#include "PlatformCompatibility.h"
|
||||
#include "FileNames.h"
|
||||
#include "AutoRecovery.h"
|
||||
#include "AutoRecoveryDialog.h"
|
||||
#include "SplashDialog.h"
|
||||
#include "FFT.h"
|
||||
#include "BlockFile.h"
|
||||
|
||||
Reference in New Issue
Block a user