From 97c16f3d4455fe9fdbaa110dca702d703001793f Mon Sep 17 00:00:00 2001 From: Sucan126 <632190820@qq.com> Date: Tue, 23 Sep 2025 19:10:08 +0800 Subject: [PATCH] refactor(custom_robot): Remove unused MQTT client include - Deleted the unused #include for mqtt_client.hpp in custom_robot.hpp to clean up the codebase. --- include/custom_robot.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/custom_robot.hpp b/include/custom_robot.hpp index da5692e..7523e30 100644 --- a/include/custom_robot.hpp +++ b/include/custom_robot.hpp @@ -5,7 +5,6 @@ #include "logger.hpp" #include "mqtt.hpp" #include "navigation.hpp" -#include "mqtt_client.hpp" #include "recharge.hpp" // #include "low_controller.hpp"