From 30bfed60419707e94a0128f20199f98d008a1473 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Mar 2026 05:42:57 +0100 Subject: [CHORE] Update format.sh unit. Signed-off-by: Amlal El Mahrouss --- tools/mkfs.hefs.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/mkfs.hefs.cpp') diff --git a/tools/mkfs.hefs.cpp b/tools/mkfs.hefs.cpp index ad60c675..c6e528ad 100644 --- a/tools/mkfs.hefs.cpp +++ b/tools/mkfs.hefs.cpp @@ -3,14 +3,13 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel - -#include -#include #include #include #include #include #include +#include +#include static std::uint16_t kVersion = kOpenHeFSVersion; static std::uint16_t kNumericalBase = 10; -- cgit v1.2.3