refacter(bluetooth): Proper HCI header include.

This commit is contained in:
Peter Johanson 2023-06-28 13:34:25 -07:00 committed by Pete Johanson
parent fb99496a73
commit 0b5afbf9c0
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/uuid.h>
#include <zephyr/bluetooth/gatt.h>
#include <zephyr/bluetooth/hci_err.h>
#include <zephyr/bluetooth/hci_types.h>
#if IS_ENABLED(CONFIG_SETTINGS)

View file

@ -18,7 +18,7 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/uuid.h>
#include <zephyr/bluetooth/gatt.h>
#include <zephyr/bluetooth/hci_err.h>
#include <zephyr/bluetooth/hci_types.h>
#if IS_ENABLED(CONFIG_SETTINGS)