summaryrefslogtreecommitdiff
path: root/src/buildtool/common/cli.hpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-02-24 15:59:32 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2022-02-25 11:20:19 +0100
commit17dd9ee7ca5879890414be2d57bdc480b640d99e (patch)
tree7f2e63437da39038387f1def6fc6a4d881e5569d /src/buildtool/common/cli.hpp
parente4769be2ed19e1bca22e89db1028ab9b44dd1247 (diff)
downloadjustbuild-17dd9ee7ca5879890414be2d57bdc480b640d99e.tar.gz
Format: Apply alphabetical include order
Diffstat (limited to 'src/buildtool/common/cli.hpp')
-rw-r--r--src/buildtool/common/cli.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp
index b4710147..97efb9d3 100644
--- a/src/buildtool/common/cli.hpp
+++ b/src/buildtool/common/cli.hpp
@@ -9,8 +9,8 @@
#include "CLI/CLI.hpp"
#include "fmt/core.h"
-#include "nlohmann/json.hpp"
#include "gsl-lite/gsl-lite.hpp"
+#include "nlohmann/json.hpp"
#include "src/buildtool/logging/log_level.hpp"
constexpr auto kDefaultLogLevel = LogLevel::Info;