summaryrefslogtreecommitdiff
path: root/slicer/xml
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/xml')
-rw-r--r--slicer/xml/Jamfile.jam1
-rw-r--r--slicer/xml/serializer.h2
-rw-r--r--slicer/xml/xmlExceptions.ice2
3 files changed, 2 insertions, 3 deletions
diff --git a/slicer/xml/Jamfile.jam b/slicer/xml/Jamfile.jam
index 408b15a..d227b83 100644
--- a/slicer/xml/Jamfile.jam
+++ b/slicer/xml/Jamfile.jam
@@ -7,7 +7,6 @@ lib slicer-xml :
[ glob *.cpp : test*.cpp ]
xmlExceptions
:
- <include>..
<library>stdc++fs
<library>..//Ice
<library>../..//libxmlpp
diff --git a/slicer/xml/serializer.h b/slicer/xml/serializer.h
index b2c0b7c..fd8616c 100644
--- a/slicer/xml/serializer.h
+++ b/slicer/xml/serializer.h
@@ -10,10 +10,10 @@
#endif
#include <libxml++/nodes/element.h>
#pragma GCC diagnostic pop
-#include "modelParts.h"
#include <filesystem>
#include <functional>
#include <iosfwd>
+#include <slicer/modelParts.h>
#include <slicer/serializer.h>
#include <string>
#include <visibility.h>
diff --git a/slicer/xml/xmlExceptions.ice b/slicer/xml/xmlExceptions.ice
index 94dee30..390f458 100644
--- a/slicer/xml/xmlExceptions.ice
+++ b/slicer/xml/xmlExceptions.ice
@@ -1,7 +1,7 @@
#ifndef SLICER_XML
#define SLICER_XML
-#include <common.ice>
+#include <slicer/common.ice>
module Slicer {
["cpp:ice_print"]