1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove ErrorDialog.h from .h files (one function moves out of line)

This commit is contained in:
Paul Licameli
2019-03-30 15:20:40 -04:00
parent 0f3723e221
commit 44d664c7bb
7 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
#include "../Audacity.h"
#include "../Experimental.h"
#include <wx/textctrl.h>
#include "../AboutDialog.h"
#include "../AudacityApp.h"
#include "../AudacityLogger.h"
@@ -12,6 +14,7 @@
#include "../SplashDialog.h"
#include "../commands/CommandContext.h"
#include "../commands/CommandManager.h"
#include "../widgets/ErrorDialog.h"
#include "../widgets/HelpSystem.h"
#include "../widgets/LinkingHtmlWindow.h"

View File

@@ -19,6 +19,7 @@
#include "../commands/CommandManager.h"
#include "../effects/EffectManager.h"
#include "../widgets/ASlider.h"
#include "../widgets/ErrorDialog.h"
#include <wx/combobox.h>