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/Model.xsp')
-rw-r--r--xs/xsp/Model.xsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs/xsp/Model.xsp b/xs/xsp/Model.xsp
index aaf5c1e75..8947558eb 100644
--- a/xs/xsp/Model.xsp
+++ b/xs/xsp/Model.xsp
@@ -2,8 +2,8 @@
%{
#include <myinit.h>
-#include "Model.hpp"
-#include "PrintConfig.hpp"
+#include "libslic3r/Model.hpp"
+#include "libslic3r/PrintConfig.hpp"
%}
%name{Slic3r::Model} class Model {