summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ingen/ClientInterface.hpp4
-rw-r--r--include/ingen/CommonInterface.hpp5
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; }