This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit aff2ce3da2984567c6114bc55e8428ffb0aaedae Author: Mariusz Skamra <[email protected]> AuthorDate: Fri Nov 15 15:23:25 2024 +0100 btshell: Remove unused header include This removes unused header include. --- apps/btshell/src/btshell.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/btshell/src/btshell.h b/apps/btshell/src/btshell.h index f035f6b02..d8bf83d2f 100644 --- a/apps/btshell/src/btshell.h +++ b/apps/btshell/src/btshell.h @@ -28,9 +28,6 @@ #include "host/ble_gatt.h" #include "host/ble_gap.h" -#if (MYNEWT_VAL(BLE_ISO_BROADCAST_SOURCE)) -#include "audio/ble_audio_broadcast_source.h" -#endif #ifdef __cplusplus extern "C" {
