diff options
author | David Robillard <d@drobilla.net> | 2011-04-19 23:24:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-19 23:24:33 +0000 |
commit | 3a8f4c0e224572b827e375343c0b8d56ea4e3533 (patch) | |
tree | 1be61f18ba51fa50a5ae1bec8b10c2bff29c23c8 /include | |
parent | a90f32d9aef9c93e308de560a975e81c3c86b343 (diff) | |
download | ingen-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')
-rw-r--r-- | include/ingen/ClientInterface.hpp | 4 | ||||
-rw-r--r-- | include/ingen/CommonInterface.hpp | 5 |
2 files changed, 4 insertions, 5 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 { diff --git a/include/ingen/CommonInterface.hpp b/include/ingen/CommonInterface.hpp index 603380d6..c42a3eea 100644 --- a/include/ingen/CommonInterface.hpp +++ b/include/ingen/CommonInterface.hpp @@ -18,11 +18,8 @@ #ifndef INGEN_INTERFACE_COMMONINTERFACE_HPP #define INGEN_INTERFACE_COMMONINTERFACE_HPP -#include "raul/Path.hpp" -#include "raul/URI.hpp" - #include "ingen/CommonInterface.hpp" -#include "ingen/GraphObject.hpp" +#include "ingen/Resource.hpp" namespace Raul { class Atom; class Path; class URI; } |