diff --git a/common/gal/hidpi_gl_3D_canvas.cpp b/common/gal/hidpi_gl_3D_canvas.cpp index 3bf8867a04..d1f2415286 100644 --- a/common/gal/hidpi_gl_3D_canvas.cpp +++ b/common/gal/hidpi_gl_3D_canvas.cpp @@ -23,7 +23,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -#include <settings/common_settings.h> #include <gal/hidpi_gl_3D_canvas.h> const float HIDPI_GL_3D_CANVAS::m_delta_move_step_factor = 0.7f; diff --git a/include/gal/hidpi_gl_canvas.h b/include/gal/hidpi_gl_canvas.h index 4b2ffc1372..df5205389c 100644 --- a/include/gal/hidpi_gl_canvas.h +++ b/include/gal/hidpi_gl_canvas.h @@ -27,8 +27,6 @@ #ifndef HIDPI_GL_CANVAS_H #define HIDPI_GL_CANVAS_H -#include <pgm_base.h> -#include <settings/common_settings.h> #include <view/view_controls.h> #include <wx/glcanvas.h>