From 392050fa407b35b0ac5c0a3172d36d7e30d5b074 Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Mon, 1 Apr 2019 14:53:19 -0700 Subject: remove legacy ipmid.cpp and ipmid.hpp These two files have now been replaced with newer APIs and can be removed. Change-Id: If60227b24188c6796211ca43379169f9a95c9cb3 Signed-off-by: Vernon Mauery --- app/channel.hpp | 3 ++- app/watchdog.cpp | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/channel.hpp b/app/channel.hpp index 1b761f8..7004ddd 100644 --- a/app/channel.hpp +++ b/app/channel.hpp @@ -1,6 +1,7 @@ -#include "ipmid.hpp" #include "nlohmann/json.hpp" +#include + /** @brief The set channel access IPMI command. * * @param[in] netfn diff --git a/app/watchdog.cpp b/app/watchdog.cpp index 1a5d19c..68af65c 100644 --- a/app/watchdog.cpp +++ b/app/watchdog.cpp @@ -1,6 +1,5 @@ #include "watchdog.hpp" -#include "ipmid.hpp" #include "watchdog_service.hpp" #include -- cgit v1.2.1