Skip to content

Commit b9ddaf7

Browse files
Thalleykartben
authored andcommitted
Bluetooth: Audio: Shell: Fix includes
Updates the includes in a a few files to avoid including unused header files and include the ones that are used. Signed-off-by: Emil Gydesen <[email protected]>
1 parent aaec705 commit b9ddaf7

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

subsys/bluetooth/audio/shell/bap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212

1313
#include <errno.h>
14+
#include <math.h>
1415
#include <stdbool.h>
1516
#include <stddef.h>
1617
#include <stdint.h>

subsys/bluetooth/audio/shell/ccp_call_control_client.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* SPDX-License-Identifier: Apache-2.0
99
*/
1010
#include <errno.h>
11+
#include <stdbool.h>
1112
#include <stdint.h>
1213
#include <stdio.h>
1314

subsys/bluetooth/audio/shell/ccp_call_control_server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* SPDX-License-Identifier: Apache-2.0
99
*/
1010
#include <errno.h>
11-
#include <stdint.h>
11+
#include <stdbool.h>
1212
#include <stdio.h>
1313

1414
#include <zephyr/autoconf.h>

subsys/bluetooth/audio/shell/tmap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#include <errno.h>
1313
#include <stddef.h>
14-
#include <stdint.h>
1514

1615
#include <zephyr/autoconf.h>
1716
#include <zephyr/bluetooth/audio/tmap.h>

0 commit comments

Comments
 (0)