summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/ProcessManager.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-23 02:58:39 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-23 02:58:39 +0100
commit5563deabd8f7ce3fc713ea23f8cf5bbac33b4024 (patch)
treef182700a0360ecf7319415915638e44a5d0074dc /Private/Source/ProcessManager.cxx
parentab4eaababec7f870378ed64fbbf51b154b292a7b (diff)
Kernel: add heap information (allocator)
- Force use of itanium ABI even of MPCC. - Revision of handover has been done. (it is not assuming any starting address) Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/ProcessManager.cxx')
-rw-r--r--Private/Source/ProcessManager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Private/Source/ProcessManager.cxx b/Private/Source/ProcessManager.cxx
index ccf037ae..46533f00 100644
--- a/Private/Source/ProcessManager.cxx
+++ b/Private/Source/ProcessManager.cxx
@@ -18,8 +18,6 @@
#include <NewKit/KernelHeap.hpp>
#include <NewKit/String.hpp>
-#include "NewKit/RuntimeCheck.hpp"
-
///! bugs = 0
/***********************************************************************************/