summaryrefslogtreecommitdiffstats
path: root/storagehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storagehandler.cpp')
-rw-r--r--storagehandler.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/storagehandler.cpp b/storagehandler.cpp
index 871eae6..24c9d30 100644
--- a/storagehandler.cpp
+++ b/storagehandler.cpp
@@ -18,8 +18,12 @@ namespace filesystem = std::experimental::filesystem;
#include "fruread.hpp"
#include "read_fru_data.hpp"
#include "selutility.hpp"
+#include "sensorhandler.hpp"
+#include "storageaddsel.hpp"
+#include "storagehandler.hpp"
#include "utils.hpp"
+#include <host-ipmid/ipmid-api.h>
#include <mapper.h>
#include <systemd/sd-bus.h>
@@ -29,11 +33,6 @@ namespace filesystem = std::experimental::filesystem;
#include <string>
#include <xyz/openbmc_project/Common/error.hpp>
-#include "host-ipmid/ipmid-api.h"
-#include "sensorhandler.h"
-#include "storageaddsel.h"
-#include "storagehandler.h"
-
void register_netfn_storage_functions() __attribute__((constructor));
unsigned int g_sel_time = 0xFFFFFFFF;
OpenPOWER on IntegriCloud