mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Move AudacityMessageBox to its own files...
... breaking cycles among low-level files introduced by 273ba9f
This commit is contained in:
@@ -20,6 +20,7 @@ Provides thread-safe logging based on the wxWidgets log facility.
|
||||
#include "Experimental.h"
|
||||
|
||||
#include "FileNames.h"
|
||||
#include "Internat.h"
|
||||
#include "ShuttleGui.h"
|
||||
|
||||
#include <mutex>
|
||||
@@ -28,9 +29,10 @@ Provides thread-safe logging based on the wxWidgets log facility.
|
||||
#include <wx/frame.h>
|
||||
#include <wx/icon.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
||||
#include "../images/AudacityLogoAlpha.xpm"
|
||||
#include "widgets/ErrorDialog.h"
|
||||
#include "widgets/AudacityMessageBox.h"
|
||||
|
||||
//
|
||||
// AudacityLogger class
|
||||
|
Reference in New Issue
Block a user