mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove PluginManager.h from other headers
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "audacity/ModuleInterface.h"
|
||||
#include "PluginManager.h"
|
||||
|
||||
class CommandHandler;
|
||||
|
||||
@@ -73,6 +72,7 @@ using ModuleInterfaceHandle = std::unique_ptr<
|
||||
typedef std::map<wxString, ModuleMain *> ModuleMainMap;
|
||||
typedef std::map<wxString, ModuleInterfaceHandle> ModuleMap;
|
||||
typedef std::map<ModuleInterface *, std::unique_ptr<wxDynamicLibrary>> LibraryMap;
|
||||
using PluginIDs = wxArrayString;
|
||||
|
||||
class ModuleManager final : public ModuleManagerInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user