From d36855ec97318376ac3c3f3121c0e53634f2c35b Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Wed, 22 May 2024 14:09:58 +0800 Subject: [PATCH] esp-matter: Remove unused ble header in esp_matter_core.cpp --- components/esp_matter/esp_matter_core.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/esp_matter/esp_matter_core.cpp b/components/esp_matter/esp_matter_core.cpp index 3dd6da5da..5146b9709 100644 --- a/components/esp_matter/esp_matter_core.cpp +++ b/components/esp_matter/esp_matter_core.cpp @@ -16,16 +16,6 @@ #include #include #include -#if CONFIG_BT_ENABLED -#include -#if CONFIG_BT_NIMBLE_ENABLED -#if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0, 0) -#include -#endif -#include -#include -#endif /* CONFIG_BT_NIMBLE_ENABLED */ -#endif /* CONFIG_BT_ENABLED */ #include #include