summaryrefslogtreecommitdiffstats
path: root/include/ingen/ClientInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-19 23:24:33 +0000
committerDavid Robillard <d@drobilla.net>2011-04-19 23:24:33 +0000
commit3a8f4c0e224572b827e375343c0b8d56ea4e3533 (patch)
tree1be61f18ba51fa50a5ae1bec8b10c2bff29c23c8 /include/ingen/ClientInterface.hpp
parenta90f32d9aef9c93e308de560a975e81c3c86b343 (diff)
downloadingen-3a8f4c0e224572b827e375343c0b8d56ea4e3533.tar.gz
ingen-3a8f4c0e224572b827e375343c0b8d56ea4e3533.tar.bz2
ingen-3a8f4c0e224572b827e375343c0b8d56ea4e3533.zip
Clean up includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3174 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen/ClientInterface.hpp')
-rw-r--r--include/ingen/ClientInterface.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ingen/ClientInterface.hpp b/include/ingen/ClientInterface.hpp
index c9ea9cd6..fc212850 100644
--- a/include/ingen/ClientInterface.hpp
+++ b/include/ingen/ClientInterface.hpp
@@ -22,9 +22,11 @@
#include <string>
+#include "raul/URI.hpp"
+
#include "ingen/CommonInterface.hpp"
-namespace Raul { class Path; class URI; }
+namespace Raul { class Path; }
namespace Ingen {