From 61236d6fba58fb0edc62ddf39a5ebbff049e2648 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 18 Jul 2025 14:59:05 +0100 Subject: fix: GfkKit&MKFSLib: inline function inside headers to avoid symbol duplicates (libmkfs) and include DeviceMgr in FB inside GfxKit, remove FB module too from the includes; as it is not necessary and confusing inside GfxKit. Signed-off-by: Amlal El Mahrouss --- dev/kernel/GfxKit/FB.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev') diff --git a/dev/kernel/GfxKit/FB.h b/dev/kernel/GfxKit/FB.h index 14f0393c..d7523064 100644 --- a/dev/kernel/GfxKit/FB.h +++ b/dev/kernel/GfxKit/FB.h @@ -6,8 +6,7 @@ #pragma once -#include -#include +#include namespace Kernel { class FBDeviceInterface; -- cgit v1.2.3