From 3a7a1127600dd92367609edb02ef74bcb1b55ff8 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Tue, 11 Sep 2018 17:00:44 +0200 Subject: Use correct file to include controller Use correct file ('ctl-config.h') instead of (''ctl-plugin.h) to include controller. Change-Id: I93a1bcb5dab51211532fc59ffd979ea7acad1530 Signed-off-by: Jonathan Aillet --- plugins/lib/bluetooth/hal-bt-cb.c | 2 +- plugins/lib/bluetooth/hal-bt-cb.h | 2 +- plugins/lib/bluetooth/hal-bt-mixer-link.c | 2 +- plugins/lib/bluetooth/hal-bt-mixer-link.h | 2 +- plugins/lib/bluetooth/hal-bt.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins') diff --git a/plugins/lib/bluetooth/hal-bt-cb.c b/plugins/lib/bluetooth/hal-bt-cb.c index 731f4d8..dad6aa0 100644 --- a/plugins/lib/bluetooth/hal-bt-cb.c +++ b/plugins/lib/bluetooth/hal-bt-cb.c @@ -23,7 +23,7 @@ #include -#include +#include #include "hal-bt-data.h" #include "hal-bt-mixer-link.h" diff --git a/plugins/lib/bluetooth/hal-bt-cb.h b/plugins/lib/bluetooth/hal-bt-cb.h index 269da4f..2d23d26 100644 --- a/plugins/lib/bluetooth/hal-bt-cb.h +++ b/plugins/lib/bluetooth/hal-bt-cb.h @@ -22,7 +22,7 @@ #include #include -#include +#include #define HAL_BT_GET_STREAMING_STATUS_VERB "get_bt_streaming_status" #define HAL_BT_SET_STREAMING_STATUS_VERB "set_bt_streaming_status" diff --git a/plugins/lib/bluetooth/hal-bt-mixer-link.c b/plugins/lib/bluetooth/hal-bt-mixer-link.c index 9711ea1..865d63d 100644 --- a/plugins/lib/bluetooth/hal-bt-mixer-link.c +++ b/plugins/lib/bluetooth/hal-bt-mixer-link.c @@ -23,7 +23,7 @@ #include -#include +#include #include "hal-bt-mixer-link.h" diff --git a/plugins/lib/bluetooth/hal-bt-mixer-link.h b/plugins/lib/bluetooth/hal-bt-mixer-link.h index ae43e72..a1a3ef6 100644 --- a/plugins/lib/bluetooth/hal-bt-mixer-link.h +++ b/plugins/lib/bluetooth/hal-bt-mixer-link.h @@ -22,7 +22,7 @@ #include #include -#include +#include #define MIXER_SET_STREAMED_BT_DEVICE_VERB "bluezalsa_dev" diff --git a/plugins/lib/bluetooth/hal-bt.c b/plugins/lib/bluetooth/hal-bt.c index 8caee5b..b661def 100644 --- a/plugins/lib/bluetooth/hal-bt.c +++ b/plugins/lib/bluetooth/hal-bt.c @@ -23,7 +23,7 @@ #include -#include +#include #include "hal-bt.h" #include "hal-bt-cb.h" -- cgit 1.2.3-korg