1
0
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:
Paul Licameli
2019-02-27 14:50:50 -05:00
parent 3ff61f3e10
commit 71036bed01
7 changed files with 5 additions and 3 deletions

View File

@@ -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
{