Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/xsp/Surface.xsp')
-rw-r--r--xs/xsp/Surface.xsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs/xsp/Surface.xsp b/xs/xsp/Surface.xsp
index 9aaa8a2fb..11c7ec744 100644
--- a/xs/xsp/Surface.xsp
+++ b/xs/xsp/Surface.xsp
@@ -2,8 +2,8 @@
%{
#include <myinit.h>
-#include "Surface.hpp"
-#include "ClipperUtils.hpp"
+#include "libslic3r/Surface.hpp"
+#include "libslic3r/ClipperUtils.hpp"
%}
%name{Slic3r::Surface} class Surface {