summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Parser.hpp')
-rw-r--r--ingen/Parser.hpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index dd3bfb46..e87f34e7 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -20,13 +20,15 @@
#include <string>
#include <set>
-#include <boost/optional.hpp>
+#include <boost/optional/optional.hpp>
-#include "ingen/Node.hpp"
+#include "ingen/Properties.hpp"
#include "ingen/ingen.h"
#include "raul/Path.hpp"
-#include "raul/URI.hpp"
-#include "sord/sordmm.hpp"
+#include "raul/Symbol.hpp"
+
+namespace Raul { class URI; }
+namespace Sord { class World; }
namespace Ingen {