boost: remove unused header
boost/process/v1 is deprecated and was removed in 1.88, but this
header isn't even being used. Remove it from the repository to
avoid issues with the next Yocto upgrade.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I437401f14e2850251b2e376c938f76e69eb235c4
diff --git a/app/channel.cpp b/app/channel.cpp
index e7acf36..efed5c1 100644
--- a/app/channel.cpp
+++ b/app/channel.cpp
@@ -4,7 +4,6 @@
#include <arpa/inet.h>
-#include <boost/process/v1/child.hpp>
#include <ipmid/types.hpp>
#include <ipmid/utils.hpp>
#include <phosphor-logging/elog-errors.hpp>