diff options
Diffstat (limited to 'src/server/BlockFactory.hpp')
-rw-r--r-- | src/server/BlockFactory.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/server/BlockFactory.hpp b/src/server/BlockFactory.hpp index 71e72bbc..25885f75 100644 --- a/src/server/BlockFactory.hpp +++ b/src/server/BlockFactory.hpp @@ -23,7 +23,6 @@ #include "ingen/World.hpp" #include "ingen/types.hpp" #include "raul/Noncopyable.hpp" -#include "raul/URI.hpp" namespace Ingen { namespace Server { @@ -46,12 +45,12 @@ public: */ std::set<PluginImpl*> refresh(); - void load_plugin(const Raul::URI& uri); + void load_plugin(const URI& uri); - typedef std::map<Raul::URI, PluginImpl*> Plugins; + typedef std::map<URI, PluginImpl*> Plugins; const Plugins& plugins(); - PluginImpl* plugin(const Raul::URI& uri); + PluginImpl* plugin(const URI& uri); private: void load_lv2_plugins(); |