From 5bbc7974f92abc0e39c6a7001d142c0b0a20cec7 Mon Sep 17 00:00:00 2001 From: Jonathan Rico Date: Wed, 21 Jun 2023 12:47:40 +0200 Subject: [PATCH] Bluetooth: remove direct include of `hci_err.h` It is already included by `hci.h` and has been removed in upstream: https://github.com/zephyrproject-rtos/zephyr/pull/59072 Signed-off-by: Jonathan Rico --- subsys/bluetooth/controller/ecdh.c | 1 - subsys/bluetooth/controller/hci_internal.c | 1 - 2 files changed, 2 deletions(-) diff --git a/subsys/bluetooth/controller/ecdh.c b/subsys/bluetooth/controller/ecdh.c index 86a57b4b9042..75ad4da6af07 100644 --- a/subsys/bluetooth/controller/ecdh.c +++ b/subsys/bluetooth/controller/ecdh.c @@ -11,7 +11,6 @@ #include #include -#include #include #include diff --git a/subsys/bluetooth/controller/hci_internal.c b/subsys/bluetooth/controller/hci_internal.c index 9af4bd3740a0..15ff32904b39 100644 --- a/subsys/bluetooth/controller/hci_internal.c +++ b/subsys/bluetooth/controller/hci_internal.c @@ -5,7 +5,6 @@ */ #include -#include #include #include #include