summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Plugin.hpp')
-rw-r--r--src/server/LV2Plugin.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/server/LV2Plugin.hpp b/src/server/LV2Plugin.hpp
index 9cf69daa..8e8effab 100644
--- a/src/server/LV2Plugin.hpp
+++ b/src/server/LV2Plugin.hpp
@@ -20,11 +20,9 @@
#include <cstdlib>
#include <string>
-#include <glibmm/module.h>
-#include <boost/utility.hpp>
-
#include "lilv/lilv.h"
#include "raul/SharedPtr.hpp"
+#include "raul/URI.hpp"
#include "PluginImpl.hpp"
#include "LV2Info.hpp"
@@ -40,7 +38,7 @@ class NodeImpl;
class LV2Plugin : public PluginImpl
{
public:
- LV2Plugin(SharedPtr<LV2Info> lv2_info, const std::string& uri);
+ LV2Plugin(SharedPtr<LV2Info> lv2_info, const Raul::URI& uri);
NodeImpl* instantiate(BufferFactory& bufs,
const Raul::Symbol& symbol,