From a667d8d9f7bc4e774c35060fa7ecf3f59222d313 Mon Sep 17 00:00:00 2001 From: Johnathon Slightham Date: Wed, 22 Oct 2025 23:10:14 -0400 Subject: [PATCH] Remove include --- components/rpc/include/CommunicationRouter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/components/rpc/include/CommunicationRouter.h b/components/rpc/include/CommunicationRouter.h index 568d225..dbf425f 100644 --- a/components/rpc/include/CommunicationRouter.h +++ b/components/rpc/include/CommunicationRouter.h @@ -12,7 +12,6 @@ #include #include "CommunicationFactory.h" -#include "freertos/FreeRTOS.h" #include "IDiscoveryService.h" #include "ConfigManager.h" #include "OrientationDetection.h"