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 --- src/shared/Builder.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/shared/Builder.cpp') diff --git a/src/shared/Builder.cpp b/src/shared/Builder.cpp index 272a3394..b0f095ca 100644 --- a/src/shared/Builder.cpp +++ b/src/shared/Builder.cpp @@ -14,18 +14,16 @@ along with Ingen. If not, see . */ -#include "raul/Atom.hpp" -#include "raul/Path.hpp" - -#include "ingen/Interface.hpp" #include "ingen/Connection.hpp" +#include "ingen/Interface.hpp" #include "ingen/Node.hpp" #include "ingen/Patch.hpp" #include "ingen/Plugin.hpp" #include "ingen/Port.hpp" #include "ingen/shared/Builder.hpp" -#include "ingen/shared/LV2URIMap.hpp" #include "ingen/shared/URIs.hpp" +#include "raul/Atom.hpp" +#include "raul/Path.hpp" using namespace std; using namespace Raul; -- cgit v1.2.1