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:
@@ -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"
|
||||
|
||||
|
@@ -19,6 +19,7 @@
|
||||
#include "../commands/CommandManager.h"
|
||||
#include "../effects/EffectManager.h"
|
||||
#include "../widgets/ASlider.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
||||
#include <wx/combobox.h>
|
||||
|
||||
|
Reference in New Issue
Block a user