summaryrefslogtreecommitdiffstats
path: root/src/server/InternalPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalPlugin.cpp')
-rw-r--r--src/server/InternalPlugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/InternalPlugin.cpp b/src/server/InternalPlugin.cpp
index f88b696e..587acaf6 100644
--- a/src/server/InternalPlugin.cpp
+++ b/src/server/InternalPlugin.cpp
@@ -16,7 +16,7 @@
#include <cassert>
#include <string>
-#include "ingen/shared/URIs.hpp"
+#include "ingen/URIs.hpp"
#include "internals/Controller.hpp"
#include "internals/Delay.hpp"
#include "internals/Note.hpp"
@@ -32,7 +32,7 @@ namespace Server {
using namespace Internals;
-InternalPlugin::InternalPlugin(Shared::URIs& uris,
+InternalPlugin::InternalPlugin(URIs& uris,
const std::string& uri,
const std::string& symbol)
: PluginImpl(uris, Plugin::Internal, uri)