Skip to content

Commit 79fa6b3

Browse files
Thalleynashif
authored andcommitted
Bluetooth: ISO: Update includes for ISO files
Updates the includes for ISO file so that it conforms to IWYU (include what you use). Signed-off-by: Emil Gydesen <[email protected]>
1 parent 08996a6 commit 79fa6b3

File tree

3 files changed

+124
-192
lines changed

3 files changed

+124
-192
lines changed

include/zephyr/bluetooth/iso.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/*
77
* Copyright (c) 2020 Intel Corporation
8-
* Copyright (c) 2021 Nordic Semiconductor ASA
8+
* Copyright (c) 2021-2024 Nordic Semiconductor ASA
99
*
1010
* SPDX-License-Identifier: Apache-2.0
1111
*/
@@ -23,10 +23,16 @@
2323
* @{
2424
*/
2525

26-
#include <zephyr/sys/atomic.h>
26+
#include <stdint.h>
27+
28+
#include <zephyr/bluetooth/addr.h>
29+
#include <zephyr/bluetooth/bluetooth.h>
2730
#include <zephyr/bluetooth/buf.h>
2831
#include <zephyr/bluetooth/conn.h>
2932
#include <zephyr/bluetooth/hci.h>
33+
#include <zephyr/net_buf.h>
34+
#include <zephyr/sys/atomic.h>
35+
#include <zephyr/sys/slist.h>
3036
#include <zephyr/sys/util_macro.h>
3137

3238
#ifdef __cplusplus

0 commit comments

Comments
 (0)