update gcc10 and clang-format10
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I72239b884615d26b2c4311c49a26e2eced0a1fb0
diff --git a/bmc/buildjson.cpp b/bmc/buildjson.cpp
index 3fdda31..822e640 100644
--- a/bmc/buildjson.cpp
+++ b/bmc/buildjson.cpp
@@ -20,14 +20,15 @@
#include "general_systemd.hpp"
#include "skip_action.hpp"
+#include <nlohmann/json.hpp>
+#include <phosphor-logging/log.hpp>
+#include <sdbusplus/bus.hpp>
+
#include <algorithm>
#include <cstdio>
#include <exception>
#include <fstream>
-#include <nlohmann/json.hpp>
-#include <phosphor-logging/log.hpp>
#include <regex>
-#include <sdbusplus/bus.hpp>
#include <string>
#include <vector>