summaryrefslogtreecommitdiff
path: root/src/utils/cpp/json.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/utils/cpp/json.hpp
parente4769be2ed19e1bca22e89db1028ab9b44dd1247 (diff)
downloadjustbuild-17dd9ee7ca5879890414be2d57bdc480b640d99e.tar.gz
Format: Apply alphabetical include order
Diffstat (limited to 'src/utils/cpp/json.hpp')
-rw-r--r--src/utils/cpp/json.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cpp/json.hpp b/src/utils/cpp/json.hpp
index 8945e975..8acab817 100644
--- a/src/utils/cpp/json.hpp
+++ b/src/utils/cpp/json.hpp
@@ -6,8 +6,8 @@
#include <sstream>
#include <string>
-#include "nlohmann/json.hpp"
#include "gsl-lite/gsl-lite.hpp"
+#include "nlohmann/json.hpp"
template <typename ValueT>
auto ExtractValueAs(