summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/boot/src/BootThread.cpp1
-rw-r--r--src/kernel/src/UserProcessScheduler.cpp1
-rw-r--r--src/libMsg/MsgKit/Server.h1
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