aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.c2
-rw-r--r--4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.h2
-rw-r--r--plugins/lib/bluetooth/hal-bt-cb.c2
-rw-r--r--plugins/lib/bluetooth/hal-bt-cb.h2
-rw-r--r--plugins/lib/bluetooth/hal-bt-mixer-link.c2
-rw-r--r--plugins/lib/bluetooth/hal-bt-mixer-link.h2
-rw-r--r--plugins/lib/bluetooth/hal-bt.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.c
index 3f3e3b2..096c82f 100644
--- a/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.c
+++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.c
@@ -24,7 +24,7 @@
#include <alsa/asoundlib.h>
-#include <ctl-plugin.h>
+#include <ctl-config.h>
#include "../4a-hal-utilities/4a-hal-utilities-data.h"
#include "../4a-hal-utilities/4a-hal-utilities-appfw-responses-handler.h"
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.h b/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.h
index 9ee7e89..b11993b 100644
--- a/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.h
+++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-alsacore-link.h
@@ -24,7 +24,7 @@
#include <alsa/asoundlib.h>
-#include <ctl-plugin.h>
+#include <ctl-config.h>
#define ALSACORE_API "alsacore"
#define ALSACORE_SUBSCRIBE_VERB "subscribe"
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 <wrap-json.h>
-#include <ctl-plugin.h>
+#include <ctl-config.h>
#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 <string.h>
#include <stdbool.h>
-#include <ctl-plugin.h>
+#include <ctl-config.h>
#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 <wrap-json.h>
-#include <ctl-plugin.h>
+#include <ctl-config.h>
#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 <string.h>
#include <stdbool.h>
-#include <ctl-plugin.h>
+#include <ctl-config.h>
#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 <wrap-json.h>
-#include <ctl-plugin.h>
+#include <ctl-config.h>
#include "hal-bt.h"
#include "hal-bt-cb.h"