summaryrefslogtreecommitdiffstats
path: root/ingen/Serialiser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Serialiser.hpp')
-rw-r--r--ingen/Serialiser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp
index e1a62f6e..c7a71627 100644
--- a/ingen/Serialiser.hpp
+++ b/ingen/Serialiser.hpp
@@ -20,16 +20,16 @@
#include <stdexcept>
#include <string>
-#include "ingen/Node.hpp"
#include "ingen/ingen.h"
-#include "raul/Path.hpp"
+#include "ingen/types.hpp"
#include "sord/sordmm.hpp"
+namespace Raul { class Path; }
+
namespace Ingen {
class Arc;
class Node;
-class Store;
class World;
/**