summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-18 14:59:05 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-18 14:59:05 +0100
commit61236d6fba58fb0edc62ddf39a5ebbff049e2648 (patch)
tree9e2809721945f7a095d1af1b2fbf6957d6f6902d /dev/kernel
parent833a6791c7d67af5643ea977f056ebdda661c8f5 (diff)
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 <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel')
-rw-r--r--dev/kernel/GfxKit/FB.h3
1 files changed, 1 insertions, 2 deletions
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 <modules/CoreGfx/CoreGfx.h>
-#include <modules/CoreGfx/TextGfx.h>
+#include <KernelKit/DeviceMgr.h>
namespace Kernel {
class FBDeviceInterface;