Skip to content

Commit

Permalink
Bluetooth: remove direct include of hci_err.h
Browse files Browse the repository at this point in the history
It is already included by `hci.h` and has been removed in upstream:
zephyrproject-rtos/zephyr#59072

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
  • Loading branch information
jori-nordic authored and jfischer-no committed Jun 21, 2023
1 parent 293fc45 commit 5bbc797
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion subsys/bluetooth/controller/ecdh.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/buf.h>
#include <zephyr/bluetooth/hci_err.h>
#include <zephyr/drivers/bluetooth/hci_driver.h>

#include <mpsl/mpsl_work.h>
Expand Down
1 change: 0 additions & 1 deletion subsys/bluetooth/controller/hci_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/hci_err.h>
#include <zephyr/bluetooth/buf.h>
#include <zephyr/sys/byteorder.h>
#include <sdc_hci.h>
Expand Down

0 comments on commit 5bbc797

Please sign in to comment.