summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-23 09:03:11 +0200
committerAmlal <amlal@zka.com>2024-07-23 09:03:11 +0200
commit8eee31685e4334415870bb00b11b6b0d29821f10 (patch)
tree29a808acfdcf6b2319b0413adbc8be693a462779 /Boot/Sources
parent76d27cbde9371ded3c3b10cb45b223d68d58374b (diff)
[MHR-36] NVME driver improvements, add RLE flag for NewFS.
NVME: - Rename NVME.hxx to Defines.hxx, inside NVME module. NewFS: - Add RLE flag to NewFS. Which marks catalog as compressed. Meta: - Remove unused headers. - Use Mahrouss API version for kernel version. Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot/Sources')
-rw-r--r--Boot/Sources/HEL/AMD64/BootMain.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Boot/Sources/HEL/AMD64/BootMain.cxx b/Boot/Sources/HEL/AMD64/BootMain.cxx
index 15c9b7e5..5828e340 100644
--- a/Boot/Sources/HEL/AMD64/BootMain.cxx
+++ b/Boot/Sources/HEL/AMD64/BootMain.cxx
@@ -4,7 +4,6 @@
------------------------------------------- */
-#include "NewKit/Json.hxx"
#include <BootKit/BootKit.hxx>
#include <BootKit/Rsrc/NewBoot.rsrc>
#include <Modules/CoreCG/CoreCG.hxx>