summaryrefslogtreecommitdiffhomepage
path: root/Private
diff options
context:
space:
mode:
Diffstat (limited to 'Private')
-rw-r--r--Private/Source/KernelHeap.cxx2
-rw-r--r--Private/Source/KernelMain.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/Private/Source/KernelHeap.cxx b/Private/Source/KernelHeap.cxx
index 38b279a7..a967b003 100644
--- a/Private/Source/KernelHeap.cxx
+++ b/Private/Source/KernelHeap.cxx
@@ -9,8 +9,6 @@
#include <NewKit/KernelHeap.hpp>
-#include "KernelKit/DebugOutput.hpp"
-
//! @file KernelHeap.cpp
//! @brief Kernel allocator.
diff --git a/Private/Source/KernelMain.cxx b/Private/Source/KernelMain.cxx
index 1d52967d..ea6e0c1d 100644
--- a/Private/Source/KernelMain.cxx
+++ b/Private/Source/KernelMain.cxx
@@ -15,8 +15,6 @@
#include <NewKit/KernelHeap.hpp>
#include <NewKit/UserHeap.hpp>
-#include "NewKit/Utils.hpp"
-
EXTERN_C void RuntimeMain(
HCore::HEL::HandoverInformationHeader* HandoverHeader) {
/// Setup kernel globals.