From 945c5b397bd92de5d4a14352c334a7b16694063a Mon Sep 17 00:00:00 2001 From: Latent Prion Date: Thu, 16 Oct 2025 01:08:05 -0400 Subject: [PATCH] Build: remove superfluous io_service.hpp #includes --- commonLibs/livoxProto1/device.h | 1 - smocore/include/deviceManager/deviceReattacher.h | 1 - 2 files changed, 2 deletions(-) diff --git a/commonLibs/livoxProto1/device.h b/commonLibs/livoxProto1/device.h index d5caa8f..23c45e4 100644 --- a/commonLibs/livoxProto1/device.h +++ b/commonLibs/livoxProto1/device.h @@ -11,7 +11,6 @@ #include #include #include -#include #include #include "protocol.h" #include diff --git a/smocore/include/deviceManager/deviceReattacher.h b/smocore/include/deviceManager/deviceReattacher.h index 6da537c..649c4da 100644 --- a/smocore/include/deviceManager/deviceReattacher.h +++ b/smocore/include/deviceManager/deviceReattacher.h @@ -3,7 +3,6 @@ #include #include -#include #include namespace smo {