From cf626cf79716fcc0384b3052d4ef86eb79d0d86c Mon Sep 17 00:00:00 2001 From: Moritz Martinius Date: Thu, 16 Oct 2025 20:29:13 +0200 Subject: [PATCH] Remove unused includes --- src/graphics/Bitmap.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/graphics/Bitmap.hpp b/src/graphics/Bitmap.hpp index 09fefc5..10c8c59 100644 --- a/src/graphics/Bitmap.hpp +++ b/src/graphics/Bitmap.hpp @@ -20,8 +20,6 @@ #pragma once #include -#include -#include #include namespace ptprnt::graphics {