summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/ClientStore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/ClientStore.hpp')
-rw-r--r--include/ingen/client/ClientStore.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp
index 6fa040b2..b1d40881 100644
--- a/include/ingen/client/ClientStore.hpp
+++ b/include/ingen/client/ClientStore.hpp
@@ -23,10 +23,10 @@
#include "ingen/URI.hpp"
#include "ingen/client/signal.hpp"
#include "ingen/ingen.h"
-#include "raul/Path.hpp"
#include <map>
#include <memory>
+#include <utility>
namespace Raul {
class Path;
@@ -36,17 +36,14 @@ namespace ingen {
class Atom;
class Log;
-class Node;
class Resource;
class URIs;
namespace client {
-class BlockModel;
class GraphModel;
class ObjectModel;
class PluginModel;
-class PortModel;
class SigClientInterface;
/** Automatically manages models of objects in the engine.