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/src/libslic3r/Polygon.hpp')
-rw-r--r--xs/src/libslic3r/Polygon.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/xs/src/libslic3r/Polygon.hpp b/xs/src/libslic3r/Polygon.hpp
index bed80e177..ff8ec0d80 100644
--- a/xs/src/libslic3r/Polygon.hpp
+++ b/xs/src/libslic3r/Polygon.hpp
@@ -1,7 +1,7 @@
#ifndef slic3r_Polygon_hpp_
#define slic3r_Polygon_hpp_
-#include <myinit.h>
+#include "libslic3r.h"
#include <vector>
#include <string>
#include "Line.hpp"
@@ -42,10 +42,6 @@ class Polygon : public MultiPoint {
std::string wkt() const;
Points concave_points(double angle = PI) const;
Points convex_points(double angle = PI) const;
-
- #ifdef SLIC3RXS
- void from_SV_check(SV* poly_sv);
- #endif
};
}