mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 13:31:58 +08:00
Use forward declarations in Travel.hpp.
This commit is contained in:
parent
1b0ba60280
commit
dbd0369767
@ -1,5 +1,7 @@
|
||||
#include "Travels.hpp"
|
||||
|
||||
#include "libslic3r/PrintConfig.hpp"
|
||||
|
||||
namespace Slic3r::GCode::Impl::Travels {
|
||||
|
||||
ElevatedTravelFormula::ElevatedTravelFormula(const ElevatedTravelParams ¶ms)
|
||||
|
@ -13,10 +13,16 @@
|
||||
|
||||
#include <boost/math/special_functions/pow.hpp>
|
||||
|
||||
#include "libslic3r/Line.hpp"
|
||||
#include "libslic3r/Point.hpp"
|
||||
#include "libslic3r/AABBTreeLines.hpp"
|
||||
#include "libslic3r/PrintConfig.hpp"
|
||||
|
||||
// Forward declarations.
|
||||
namespace Slic3r {
|
||||
class Point;
|
||||
class Linef;
|
||||
class Polyline;
|
||||
class FullPrintConfig;
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
namespace Slic3r::GCode::Impl::Travels {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user