Separate libslic3r code from slic3r application code

This commit is contained in:
Alessandro Ranellucci 2015-12-06 12:54:01 +01:00
parent 7eb3a70649
commit 7e1fac8f76
7 changed files with 9 additions and 9 deletions

View file

@ -2,9 +2,9 @@
#define slic3r_3DScene_hpp_
#include <myinit.h>
#include "../Point.hpp"
#include "../Line.hpp"
#include "../TriangleMesh.hpp"
#include "../../libslic3r/Point.hpp"
#include "../../libslic3r/Line.hpp"
#include "../../libslic3r/TriangleMesh.hpp"
namespace Slic3r {