diff --git a/zephcore/helpers/BaseChatMesh.cpp b/zephcore/helpers/BaseChatMesh.cpp index 847b09b..59b9c4c 100644 --- a/zephcore/helpers/BaseChatMesh.cpp +++ b/zephcore/helpers/BaseChatMesh.cpp @@ -7,7 +7,6 @@ #include #include #include -#include #include LOG_MODULE_REGISTER(zephcore_basechat, CONFIG_ZEPHCORE_MAIN_LOG_LEVEL); diff --git a/zephcore/src/Utils.cpp b/zephcore/src/Utils.cpp index 8e66d7b..2f14f75 100644 --- a/zephcore/src/Utils.cpp +++ b/zephcore/src/Utils.cpp @@ -4,12 +4,10 @@ */ #include -#include #include #include #include #include -#include #include LOG_MODULE_REGISTER(zephcore_utils, CONFIG_ZEPHCORE_MAIN_LOG_LEVEL); diff --git a/zephcore/src/main_companion.cpp b/zephcore/src/main_companion.cpp index 7dc8a62..6d0877a 100644 --- a/zephcore/src/main_companion.cpp +++ b/zephcore/src/main_companion.cpp @@ -17,8 +17,6 @@ LOG_MODULE_REGISTER(zephcore_main, CONFIG_ZEPHCORE_MAIN_LOG_LEVEL); #include #include -#include -#include #include #include