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/TriangleMesh.hpp')
-rw-r--r--xs/src/libslic3r/TriangleMesh.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/xs/src/libslic3r/TriangleMesh.hpp b/xs/src/libslic3r/TriangleMesh.hpp
index 8fd92863c..cf129809a 100644
--- a/xs/src/libslic3r/TriangleMesh.hpp
+++ b/xs/src/libslic3r/TriangleMesh.hpp
@@ -1,7 +1,7 @@
#ifndef slic3r_TriangleMesh_hpp_
#define slic3r_TriangleMesh_hpp_
-#include <myinit.h>
+#include "libslic3r.h"
#include <admesh/stl.h>
#include <vector>
#include "BoundingBox.hpp"
@@ -53,11 +53,6 @@ class TriangleMesh
stl_file stl;
bool repaired;
- #ifdef SLIC3RXS
- SV* to_SV();
- void ReadFromPerl(SV* vertices, SV* facets);
- #endif
-
private:
void require_shared_vertices();
friend class TriangleMeshSlicer;