summaryrefslogtreecommitdiff
path: root/src/buildtool/build_engine/target_map/export.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/build_engine/target_map/export.hpp
parente4769be2ed19e1bca22e89db1028ab9b44dd1247 (diff)
downloadjustbuild-17dd9ee7ca5879890414be2d57bdc480b640d99e.tar.gz
Format: Apply alphabetical include order
Diffstat (limited to 'src/buildtool/build_engine/target_map/export.hpp')
-rw-r--r--src/buildtool/build_engine/target_map/export.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/build_engine/target_map/export.hpp b/src/buildtool/build_engine/target_map/export.hpp
index 8b2e17f2..6388f1a0 100644
--- a/src/buildtool/build_engine/target_map/export.hpp
+++ b/src/buildtool/build_engine/target_map/export.hpp
@@ -1,8 +1,8 @@
#ifndef INCLUDED_SRC_BUILDTOOL_BUILD_ENGINE_TARGET_MAP_EXPORT_HPP
#define INCLUDED_SRC_BUILDTOOL_BUILD_ENGINE_TARGET_MAP_EXPORT_HPP
-#include "nlohmann/json.hpp"
#include "gsl-lite/gsl-lite.hpp"
+#include "nlohmann/json.hpp"
#include "src/buildtool/build_engine/target_map/configured_target.hpp"
#include "src/buildtool/build_engine/target_map/result_map.hpp"
#include "src/buildtool/build_engine/target_map/target_map.hpp"