diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 14:25:37 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 14:25:37 +0200 |
| commit | 0402a1c2feb8e8036c56dfc51d13e63ef3133208 (patch) | |
| tree | 3d916e3e38fbb1b63eb29c97da1f5b6441f0dad1 /Kernel/NewKit/NewKit.hpp | |
| parent | 7516413c8b3156cc75e349f5f8b3392c3b4f885d (diff) | |
[MHR-36] Giving priority to NVMe module suport.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/NewKit/NewKit.hpp')
| -rw-r--r-- | Kernel/NewKit/NewKit.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/NewKit/NewKit.hpp b/Kernel/NewKit/NewKit.hpp index 8ca19ec8..90c0cf6e 100644 --- a/Kernel/NewKit/NewKit.hpp +++ b/Kernel/NewKit/NewKit.hpp @@ -10,7 +10,7 @@ #include <NewKit/Array.hpp> #include <NewKit/ArrayList.hpp> #include <NewKit/ErrorOr.hpp> -#include <NewKit/Json.hpp> +#include <NewKit/Json.hxx> #include <NewKit/KernelCheck.hpp> #include <KernelKit/LockDelegate.hpp> #include <NewKit/MutableArray.hpp> @@ -18,5 +18,5 @@ #include <NewKit/OwnPtr.hpp> #include <NewKit/Ref.hpp> #include <NewKit/Stream.hpp> -#include <KernelKit/ProcessHeap.hpp> +#include <KernelKit/ProcessHeap.hxx> #include <NewKit/Utils.hpp> |
