From 3a8f4c0e224572b827e375343c0b8d56ea4e3533 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 23:24:33 +0000 Subject: Clean up includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3174 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/ClientInterface.hpp | 4 +++- include/ingen/CommonInterface.hpp | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'include/ingen') 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 +#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; } -- cgit v1.2.1