Include cleanup in Plater, GLCanvas3D and GLGizmosManager

This commit is contained in:
Lukas Matena 2020-02-28 14:29:53 +01:00
parent 87e77e20fa
commit 50ebdf5293
12 changed files with 35 additions and 20 deletions

View file

@ -80,13 +80,14 @@
#include "../Utils/PrintHost.hpp"
#include "../Utils/FixModelByWin10.hpp"
#include "../Utils/UndoRedo.hpp"
#include "../Utils/Thread.hpp"
#include "RemovableDriveManager.hpp"
#include <wx/glcanvas.h> // Needs to be last because reasons :-/
#include "WipeTowerDialog.hpp"
#include "libslic3r/CustomGCode.hpp"
#include "Gizmos/GLGizmoHollow.hpp"
using boost::optional;
namespace fs = boost::filesystem;
using Slic3r::_3DScene;
@ -1699,6 +1700,7 @@ struct Plater::priv
void process() override;
};
// FIXME: This should be removed, as well as the #include of the gizmo
class HollowJob : public PlaterJob
{
public: