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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-04-21 21:15:49 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-04-21 21:15:49 +0300
commit8d0950ce12fe18aad085918888625bb598079b09 (patch)
tree9e4e4886e038a308c91530ddbad142024dbf8cd0 /xs
parenta15c16d40dbf0fe1d9d012fa1981def6e87e4d10 (diff)
Convincing ClipperLib to use Slic3r's own Point type internally.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Clipper.xsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/xsp/Clipper.xsp b/xs/xsp/Clipper.xsp
index 277b59825..a39db6140 100644
--- a/xs/xsp/Clipper.xsp
+++ b/xs/xsp/Clipper.xsp
@@ -2,7 +2,6 @@
%{
#include <xsinit.h>
-#include "clipper.hpp"
#include "libslic3r/ClipperUtils.hpp"
%}