From 0402a1c2feb8e8036c56dfc51d13e63ef3133208 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 10 Jul 2024 14:25:37 +0200 Subject: [MHR-36] Giving priority to NVMe module suport. Signed-off-by: Amlal El Mahrouss --- Kernel/Sources/Json.cxx | 2 +- Kernel/Sources/KeMain.cxx | 4 ++-- Kernel/Sources/ProcessHeap.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Kernel/Sources') diff --git a/Kernel/Sources/Json.cxx b/Kernel/Sources/Json.cxx index 16a74765..f27c1486 100644 --- a/Kernel/Sources/Json.cxx +++ b/Kernel/Sources/Json.cxx @@ -4,7 +4,7 @@ ------------------------------------------- */ -#include +#include using namespace Kernel; diff --git a/Kernel/Sources/KeMain.cxx b/Kernel/Sources/KeMain.cxx index 011e59a4..ddcdb6f9 100644 --- a/Kernel/Sources/KeMain.cxx +++ b/Kernel/Sources/KeMain.cxx @@ -17,8 +17,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/Kernel/Sources/ProcessHeap.cxx b/Kernel/Sources/ProcessHeap.cxx index b5988c5f..5efe8fd4 100644 --- a/Kernel/Sources/ProcessHeap.cxx +++ b/Kernel/Sources/ProcessHeap.cxx @@ -5,7 +5,7 @@ ------------------------------------------- */ #include -#include +#include #include #define kHeapHeaderPaddingSz (16U) -- cgit v1.2.3