mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Remove wx/dialog.h from headers
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
#include "audacity/ConfigInterface.h"
|
||||
#include "audacity/EffectAutomationParameters.h" // for command automation
|
||||
|
||||
#include <wx/dialog.h>
|
||||
|
||||
typedef enum EffectType : int
|
||||
{
|
||||
EffectTypeNone,
|
||||
@@ -99,6 +97,7 @@ public:
|
||||
virtual bool SupportsAutomation() = 0;
|
||||
};
|
||||
|
||||
class wxDialog;
|
||||
class EffectUIHostInterface;
|
||||
class EffectUIClientInterface;
|
||||
|
||||
|
Reference in New Issue
Block a user