summaryrefslogtreecommitdiffhomepage
path: root/tools/mkfs.hefs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkfs.hefs.cpp')
-rw-r--r--tools/mkfs.hefs.cpp5
1 files changed, 2 insertions, 3 deletions
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 <tools/libmkfs/mkfs.hpp>
-#include <tools/libmkfs/openhefs.hpp>
#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <limits>
+#include <tools/libmkfs/mkfs.hpp>
+#include <tools/libmkfs/openhefs.hpp>
static std::uint16_t kVersion = kOpenHeFSVersion;
static std::uint16_t kNumericalBase = 10;