Remove unused header

This commit is contained in:
Marek Roszko 2023-09-19 20:56:23 -04:00
parent 9973dd3e5d
commit 43a59275c3
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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>