summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/channel.hpp3
-rw-r--r--app/watchdog.cpp1
2 files changed, 2 insertions, 2 deletions
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 <ipmid/api.h>
+
/** @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 <endian.h>
OpenPOWER on IntegriCloud