summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r--src/serialisation/Parser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp
index 7b8a35eb..9d1314fe 100644
--- a/src/serialisation/Parser.hpp
+++ b/src/serialisation/Parser.hpp
@@ -21,9 +21,9 @@
#include <string>
#include <glibmm/ustring.h>
#include <boost/optional.hpp>
-#include <raul/SharedPtr.hpp>
-#include <raul/Path.hpp>
-#include <raul/Table.hpp>
+#include "raul/SharedPtr.hpp"
+#include "raul/Path.hpp"
+#include "raul/Table.hpp"
#include "interface/GraphObject.hpp"
#include "module/World.hpp"