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

@ -8,8 +8,9 @@
#include "slic3r/Utils/UndoRedo.hpp"
#include "libslic3r/SLAPrint.hpp"
#include "slic3r/GUI/MeshUtils.hpp"
#include "slic3r/GUI/Gizmos/GLGizmos.hpp"
#include "slic3r/GUI/Camera.hpp"
#include <GL/glew.h>
#include <wx/glcanvas.h>
namespace Slic3r {