From 43a59275c3e194e6d581a5ce1fcce01a77d15880 Mon Sep 17 00:00:00 2001
From: Marek Roszko <mark.roszko@gmail.com>
Date: Tue, 19 Sep 2023 20:56:23 -0400
Subject: [PATCH] Remove unused header

---
 common/gal/hidpi_gl_3D_canvas.cpp | 1 -
 include/gal/hidpi_gl_canvas.h     | 2 --
 2 files changed, 3 deletions(-)

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>