summaryrefslogtreecommitdiffstats
path: root/storagehandler.cpp
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2017-10-17 22:52:28 +0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-17 18:36:46 +0000
commit52d91242d19573266470150014d809898f8edd97 (patch)
tree5afd5c604d169e413ee86c348f9722edc318ac73 /storagehandler.cpp
parent8f7a6f68d2488cbd6eb2e4af9adec61d97741e99 (diff)
downloadphosphor-host-ipmid-52d91242d19573266470150014d809898f8edd97.tar.gz
phosphor-host-ipmid-52d91242d19573266470150014d809898f8edd97.zip
storagehandler: sort include files
Change-Id: Iaf49ed787a2e077af27f28d22507456e8efa2b41 Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'storagehandler.cpp')
-rw-r--r--storagehandler.cpp25
1 files changed, 14 insertions, 11 deletions
diff --git a/storagehandler.cpp b/storagehandler.cpp
index b38e06c..df46a6e 100644
--- a/storagehandler.cpp
+++ b/storagehandler.cpp
@@ -1,21 +1,24 @@
+#include <algorithm>
+#include <arpa/inet.h>
+#include <chrono>
#include <cstdio>
+#include <experimental/filesystem>
+#include <mapper.h>
#include <string>
-#include <arpa/inet.h>
#include <systemd/sd-bus.h>
-#include <mapper.h>
-#include <chrono>
+
+#include <phosphor-logging/log.hpp>
+#include <phosphor-logging/elog-errors.hpp>
+#include <sdbusplus/server.hpp>
+
+#include "host-ipmid/ipmid-api.h"
+#include "read_fru_data.hpp"
#include "selutility.hpp"
-#include <algorithm>
-#include "storagehandler.h"
#include "storageaddsel.h"
+#include "storagehandler.h"
#include "utils.hpp"
-#include "host-ipmid/ipmid-api.h"
-#include <experimental/filesystem>
-#include <phosphor-logging/log.hpp>
-#include <sdbusplus/server.hpp>
#include "xyz/openbmc_project/Common/error.hpp"
-#include "read_fru_data.hpp"
-#include <phosphor-logging/elog-errors.hpp>
+
void register_netfn_storage_functions() __attribute__((constructor));
OpenPOWER on IntegriCloud