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.
This commit is contained in:
2025-09-23 19:10:08 +08:00
parent e3ba6f7225
commit 97c16f3d44

View File

@@ -5,7 +5,6 @@
#include "logger.hpp"
#include "mqtt.hpp"
#include "navigation.hpp"
#include "mqtt_client.hpp"
#include "recharge.hpp"
// #include "low_controller.hpp"