build: update clang-format
Update to the latest OpenBMC clang-format.
Change-Id: I19424fe32f32900d21272e343a5bda8675edbe60
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/proc_control.cpp b/proc_control.cpp
index 3bdce8b..eca7812 100644
--- a/proc_control.cpp
+++ b/proc_control.cpp
@@ -15,9 +15,6 @@
*/
#include "registration.hpp"
-#include <algorithm>
-#include <functional>
-#include <iostream>
#include <org/open_power/Proc/FSI/error.hpp>
#include <phosphor-logging/elog-errors.hpp>
#include <phosphor-logging/elog.hpp>
@@ -26,6 +23,10 @@
#include <xyz/openbmc_project/Common/File/error.hpp>
#include <xyz/openbmc_project/Common/error.hpp>
+#include <algorithm>
+#include <functional>
+#include <iostream>
+
using namespace openpower::util;
namespace common_error = sdbusplus::xyz::openbmc_project::Common::Error;