summaryrefslogtreecommitdiffstats
path: root/src/shared/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-21 19:32:45 +0000
committerDavid Robillard <d@drobilla.net>2011-10-21 19:32:45 +0000
commitad1e005cefb433b66aed1f5d82f9fe5171d197b3 (patch)
treec91dcb11e66d3decd7451dbacc687ee973b7c9ee /src/shared/URIs.cpp
parentee1ba36e564c4f0545e50ec91fa4b14d6dfca91b (diff)
downloadingen-ad1e005cefb433b66aed1f5d82f9fe5171d197b3.tar.gz
ingen-ad1e005cefb433b66aed1f5d82f9fe5171d197b3.tar.bz2
ingen-ad1e005cefb433b66aed1f5d82f9fe5171d197b3.zip
Move URIs.hpp to public shared include directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3565 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/URIs.cpp')
-rw-r--r--src/shared/URIs.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp
index a3a67cd2..b6f1d0f4 100644
--- a/src/shared/URIs.cpp
+++ b/src/shared/URIs.cpp
@@ -24,11 +24,9 @@
#include <boost/shared_ptr.hpp>
-#include "raul/log.hpp"
-
+#include "ingen/shared/URIs.hpp"
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
-
-#include "URIs.hpp"
+#include "raul/log.hpp"
using namespace std;
using namespace Raul;