summaryrefslogtreecommitdiffstats
path: root/transporthandler.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-07 19:56:18 -0700
committerPatrick Venture <venture@google.com>2018-09-25 10:06:52 -0700
commit586d35b40ec6ac667f19bee3d0258b2cdd3824c2 (patch)
tree0c770a604b6cf0feef34142a9035fc986023a8b7 /transporthandler.cpp
parent46470a38d0a3b8f29cd8efc4af8a76adcace524a (diff)
downloadphosphor-host-ipmid-586d35b40ec6ac667f19bee3d0258b2cdd3824c2.tar.gz
phosphor-host-ipmid-586d35b40ec6ac667f19bee3d0258b2cdd3824c2.zip
replaced c headers with cpp where applicable
Change-Id: I23a70eb540ccde5d2aba467426769feffb07b516 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'transporthandler.cpp')
-rw-r--r--transporthandler.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/transporthandler.cpp b/transporthandler.cpp
index 92ada92..217468d 100644
--- a/transporthandler.cpp
+++ b/transporthandler.cpp
@@ -1,11 +1,11 @@
+#include "transporthandler.hpp"
+
#include <arpa/inet.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <string.h>
#include <chrono>
#include <fstream>
#include <string>
+
#if __has_include(<filesystem>)
#include <filesystem>
#elif __has_include(<experimental/filesystem>)
@@ -23,7 +23,6 @@ namespace filesystem = std::experimental::filesystem;
#include "ipmid.hpp"
#include "net.hpp"
#include "timer.hpp"
-#include "transporthandler.hpp"
#include "utils.hpp"
#include <host-ipmid/ipmid-api.h>
OpenPOWER on IntegriCloud