diff options
Diffstat (limited to 'src/server/InternalPlugin.hpp')
-rw-r--r-- | src/server/InternalPlugin.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp index d95afa1a..79309beb 100644 --- a/src/server/InternalPlugin.hpp +++ b/src/server/InternalPlugin.hpp @@ -18,7 +18,6 @@ #define INGEN_ENGINE_INTERNALPLUGIN_HPP #include "raul/Symbol.hpp" -#include "raul/URI.hpp" #include "PluginImpl.hpp" @@ -36,7 +35,7 @@ class InternalPlugin : public PluginImpl { public: InternalPlugin(URIs& uris, - const Raul::URI& uri, + const URI& uri, const Raul::Symbol& symbol); BlockImpl* instantiate(BufferFactory& bufs, |