summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-03-25 13:08:54 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-04-01 15:11:00 -0700
commit0120b68041d58b5fb513b78eaf73dc6ae155df9a (patch)
treeb3bbe1dc5498edb024e5dd877959e4c593b92102 /apphandler.cpp
parentd2a57decf383eb3faf3587739ad0b3181b7bb2d6 (diff)
downloadphosphor-host-ipmid-0120b68041d58b5fb513b78eaf73dc6ae155df9a.tar.gz
phosphor-host-ipmid-0120b68041d58b5fb513b78eaf73dc6ae155df9a.zip
update apphandler #include to match style
Remove the "" style includes in preference of the <> style Change-Id: I74bfa4dcadeaca7fe2341d5a9221844ebe2653b8 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'apphandler.cpp')
-rw-r--r--apphandler.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/apphandler.cpp b/apphandler.cpp
index 20104fe..0d124fe 100644
--- a/apphandler.cpp
+++ b/apphandler.cpp
@@ -1,10 +1,3 @@
-#include "apphandler.hpp"
-
-#include "app/channel.hpp"
-#include "app/watchdog.hpp"
-#include "sys_info_param.hpp"
-#include "transporthandler.hpp"
-
#include <arpa/inet.h>
#include <ipmid/api.h>
#include <limits.h>
@@ -13,10 +6,16 @@
#include <unistd.h>
#include <algorithm>
+#include <app/channel.hpp>
+#include <app/watchdog.hpp>
+#include <apphandler.hpp>
#include <array>
#include <cstddef>
+#include <cstdint>
#include <filesystem>
#include <fstream>
+#include <ipmid/api.hpp>
+#include <ipmid/registration.hpp>
#include <ipmid/types.hpp>
#include <ipmid/utils.hpp>
#include <memory>
@@ -25,6 +24,8 @@
#include <phosphor-logging/log.hpp>
#include <sdbusplus/message/types.hpp>
#include <string>
+#include <sys_info_param.hpp>
+#include <transporthandler.hpp>
#include <tuple>
#include <vector>
#include <xyz/openbmc_project/Common/error.hpp>
OpenPOWER on IntegriCloud