summaryrefslogtreecommitdiffstats
path: root/selutility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selutility.cpp')
-rw-r--r--selutility.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/selutility.cpp b/selutility.cpp
index 228bf62..0789be4 100644
--- a/selutility.cpp
+++ b/selutility.cpp
@@ -2,8 +2,15 @@
#include "selutility.hpp"
+#include "types.hpp"
+#include "utils.hpp"
+
+#include <host-ipmid/ipmid-api.h>
+
#include <chrono>
+#include <phosphor-logging/elog-errors.hpp>
#include <vector>
+#include <xyz/openbmc_project/Common/error.hpp>
#if __has_include(<filesystem>)
#include <filesystem>
@@ -18,14 +25,6 @@ namespace filesystem = std::experimental::filesystem;
#error filesystem not available
#endif
-#include "types.hpp"
-#include "utils.hpp"
-
-#include <host-ipmid/ipmid-api.h>
-
-#include <phosphor-logging/elog-errors.hpp>
-#include <xyz/openbmc_project/Common/error.hpp>
-
extern const ipmi::sensor::InvObjectIDMap invSensors;
using namespace phosphor::logging;
using InternalFailure =
OpenPOWER on IntegriCloud