storagehandler: sort include files

Change-Id: Iaf49ed787a2e077af27f28d22507456e8efa2b41
Signed-off-by: Lei YU <mine260309@gmail.com>
diff --git a/storagehandler.cpp b/storagehandler.cpp
index b38e06c..df46a6e 100644
--- a/storagehandler.cpp
+++ b/storagehandler.cpp
@@ -1,21 +1,24 @@
-#include <cstdio>
-#include <string>
-#include <arpa/inet.h>
-#include <systemd/sd-bus.h>
-#include <mapper.h>
-#include <chrono>
-#include "selutility.hpp"
 #include <algorithm>
-#include "storagehandler.h"
-#include "storageaddsel.h"
-#include "utils.hpp"
-#include "host-ipmid/ipmid-api.h"
+#include <arpa/inet.h>
+#include <chrono>
+#include <cstdio>
 #include <experimental/filesystem>
+#include <mapper.h>
+#include <string>
+#include <systemd/sd-bus.h>
+
 #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>
+#include <sdbusplus/server.hpp>
+
+#include "host-ipmid/ipmid-api.h"
+#include "read_fru_data.hpp"
+#include "selutility.hpp"
+#include "storageaddsel.h"
+#include "storagehandler.h"
+#include "utils.hpp"
+#include "xyz/openbmc_project/Common/error.hpp"
+
 
 void register_netfn_storage_functions() __attribute__((constructor));