summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit/NewKit.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-20 14:47:08 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-20 14:47:08 +0100
commit4ba02280f19b8a2beb1ad8445be7df6b7f9e1805 (patch)
tree4928e93b6463dcce6e0d74120882a6ec572bae5c /Private/NewKit/NewKit.hpp
parent055a896406af227e03708fa20a728259cace704a (diff)
kernel: Reworking kernel to support virtual memory.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewKit/NewKit.hpp')
-rw-r--r--Private/NewKit/NewKit.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/NewKit/NewKit.hpp b/Private/NewKit/NewKit.hpp
index 6711e151..79993091 100644
--- a/Private/NewKit/NewKit.hpp
+++ b/Private/NewKit/NewKit.hpp
@@ -12,11 +12,11 @@
#include <NewKit/ErrorOr.hpp>
#include <NewKit/Json.hpp>
#include <NewKit/KernelCheck.hpp>
-#include <NewKit/LockDelegate.hpp>
+#include <KernelKit/LockDelegate.hpp>
#include <NewKit/MutableArray.hpp>
#include <NewKit/New.hpp>
#include <NewKit/OwnPtr.hpp>
#include <NewKit/Ref.hpp>
#include <NewKit/Stream.hpp>
-#include <NewKit/UserHeap.hpp>
+#include <KernelKit/UserHeap.hpp>
#include <NewKit/Utils.hpp>