Removed extra ; from Print.cpp

This commit is contained in:
harriv 2014-11-11 22:17:02 +02:00
parent 8b6a8e6307
commit 33cdee1ad6

View file

@ -1,7 +1,7 @@
#include "Print.hpp"
#include "BoundingBox.hpp"
#include "ClipperUtils.hpp"
#include "Geometry.hpp";
#include "Geometry.hpp"
#include <algorithm>
namespace Slic3r {