diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2026-04-06 20:32:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 20:32:48 +0200 |
| commit | 16f03a01318127a1434df31a307e68a0a0e58704 (patch) | |
| tree | cd2e9f0052a6f9562c330b55c853a69f0820aa94 | |
| parent | 3b6a111ea3e9c1c710588c542dbdef8ad49d423d (diff) | |
| -rw-r--r-- | src/boot/src/BootThread.cpp | 1 | ||||
| -rw-r--r-- | src/kernel/src/UserProcessScheduler.cpp | 1 | ||||
| -rw-r--r-- | src/libMsg/MsgKit/Server.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/boot/src/BootThread.cpp b/src/boot/src/BootThread.cpp index 19d7e8f8..fb55ba04 100644 --- a/src/boot/src/BootThread.cpp +++ b/src/boot/src/BootThread.cpp @@ -13,7 +13,6 @@ #include <KernelKit/PE.h> #include <KernelKit/PEF.h> #include <modules/CoreGfx/TextGfx.h> -#include "FirmwareKit/Handover.h" // \brief This macro defines the maximum size of a image's stack. #define kBootThreadSz kib_cast(8) diff --git a/src/kernel/src/UserProcessScheduler.cpp b/src/kernel/src/UserProcessScheduler.cpp index a8ef1799..ac389f8a 100644 --- a/src/kernel/src/UserProcessScheduler.cpp +++ b/src/kernel/src/UserProcessScheduler.cpp @@ -12,7 +12,6 @@ #include <NeKit/KString.h> #include <NeKit/Utils.h> #include <SignalKit/Signals.h> -#include "KernelKit/CoreProcessScheduler.h" ///! BUG COUNT: 0 diff --git a/src/libMsg/MsgKit/Server.h b/src/libMsg/MsgKit/Server.h index faac0b0b..612bcb5f 100644 --- a/src/libMsg/MsgKit/Server.h +++ b/src/libMsg/MsgKit/Server.h @@ -6,7 +6,6 @@ #ifndef MSGKIT_SERVER_H #define MSGKIT_SERVER_H -#include "libSystem/SystemKit/Macros.h" #ifdef __cplusplus #include <CoreFoundation.fwrk/headers/String.h> #else |
