summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/src/KernelMain.cc
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-27 01:39:46 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-27 01:39:46 +0100
commitcd429aa713c57757580b2ba1a8fd5e5c94b72708 (patch)
tree7e4e318a4d29e0736dfd23024db845ce94cf5414 /dev/Kernel/src/KernelMain.cc
parent7821342e0fd790c0933f3e2579659b09aaa25098 (diff)
ADD: Lots of tweaks in this private branch of the kernel have been done here.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/src/KernelMain.cc')
-rw-r--r--dev/Kernel/src/KernelMain.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/src/KernelMain.cc b/dev/Kernel/src/KernelMain.cc
index b7823d1b..7168453d 100644
--- a/dev/Kernel/src/KernelMain.cc
+++ b/dev/Kernel/src/KernelMain.cc
@@ -12,11 +12,11 @@
#include <CompilerKit/Detail.h>
#include <FirmwareKit/Handover.h>
#include <KernelKit/FileMgr.h>
-#include <KernelKit/Heap.h>
+#include <KernelKit/MemoryMgr.h>
#include <KernelKit/PEF.h>
#include <KernelKit/PEFCodeMgr.h>
#include <KernelKit/UserProcessScheduler.h>
-#include <KernelKit/Heap.h>
+#include <KernelKit/MemoryMgr.h>
#include <NewKit/Json.h>
#include <NewKit/KString.h>
#include <NewKit/Utils.h>