From 8ec295a0f2a40086ed83e8d2ad8ad38c8125bcb4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2012 04:02:24 +0000 Subject: LV2URIMap => URIMap. Trim unnecessary includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4337 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/shared/URIs.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ingen/shared/URIs.hpp') diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index 9ebdbf27..17181269 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -19,8 +19,8 @@ #include -#include "ingen/shared/LV2URIMap.hpp" #include "ingen/shared/Forge.hpp" +#include "lv2/lv2plug.in/ns/ext/urid/urid.h" #include "raul/Atom.hpp" #include "raul/URI.hpp" @@ -31,12 +31,14 @@ namespace Raul { namespace Ingen { namespace Shared { +class URIMap; + class URIs : public boost::noncopyable { public: - URIs(Ingen::Forge& forge, LV2URIMap* map); + URIs(Ingen::Forge& forge, URIMap* map); struct Quark : public Raul::URI { - Quark(Ingen::Forge& forge, LV2URIMap* map, const char* str); + Quark(Ingen::Forge& forge, URIMap* map, const char* str); operator LV2_URID() const { return id; } operator Raul::Atom() const { return atom; } uint32_t id; -- cgit v1.2.1