profiles: Make btio/btio.h include local
diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c
index 1b55f7b..6fd1454 100644
--- a/profiles/audio/avctp.c
+++ b/profiles/audio/avctp.c
@@ -44,8 +44,8 @@
 #include <bluetooth/l2cap.h>
 
 #include <glib.h>
-#include <btio/btio.h>
 
+#include "btio/btio.h"
 #include "lib/uuid.h"
 #include "src/adapter.h"
 #include "src/device.h"
diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c
index b3d8351..fbf61f0 100644
--- a/profiles/audio/avdtp.c
+++ b/profiles/audio/avdtp.c
@@ -39,10 +39,10 @@
 #include <bluetooth/sdp_lib.h>
 
 #include <glib.h>
-#include <btio/btio.h>
 
 #include "src/log.h"
 
+#include "btio/btio.h"
 #include "lib/uuid.h"
 #include "src/adapter.h"
 #include "src/device.h"
diff --git a/profiles/gatt/gas.c b/profiles/gatt/gas.c
index f10db99..db1e29d 100644
--- a/profiles/gatt/gas.c
+++ b/profiles/gatt/gas.c
@@ -32,8 +32,8 @@
 #include <errno.h>
 
 #include <glib.h>
-#include <btio/btio.h>
 
+#include "btio/btio.h"
 #include "lib/uuid.h"
 #include "src/plugin.h"
 #include "src/adapter.h"
diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c
index ccaa1b1..622d95b 100644
--- a/profiles/health/hdp.c
+++ b/profiles/health/hdp.c
@@ -40,7 +40,7 @@
 #include "src/adapter.h"
 #include "src/device.h"
 #include "src/sdpd.h"
-#include <btio/btio.h>
+#include "btio/btio.h"
 
 #include "mcap_lib.h"
 #include "hdp_types.h"
diff --git a/profiles/health/hdp_manager.c b/profiles/health/hdp_manager.c
index c6d2149..1882043 100644
--- a/profiles/health/hdp_manager.c
+++ b/profiles/health/hdp_manager.c
@@ -29,7 +29,7 @@
 #include <bluetooth/sdp.h>
 #include <bluetooth/sdp_lib.h>
 
-#include <btio/btio.h>
+#include "btio/btio.h"
 #include "lib/uuid.h"
 #include "src/adapter.h"
 #include "src/device.h"
diff --git a/profiles/health/mcap.c b/profiles/health/mcap.c
index 1463a25..102ec85 100644
--- a/profiles/health/mcap.c
+++ b/profiles/health/mcap.c
@@ -34,7 +34,7 @@
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/l2cap.h>
 
-#include <btio/btio.h>
+#include "btio/btio.h"
 #include "src/log.h"
 #include "src/error.h"
 
diff --git a/profiles/health/mcap_sync.c b/profiles/health/mcap_sync.c
index dc990d1..cc89d47 100644
--- a/profiles/health/mcap_sync.c
+++ b/profiles/health/mcap_sync.c
@@ -33,7 +33,8 @@
 
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/l2cap.h>
-#include <btio/btio.h>
+
+#include "btio/btio.h"
 #include "src/adapter.h"
 #include "src/log.h"
 
diff --git a/profiles/input/device.c b/profiles/input/device.c
index 8351147..10c3d5c 100644
--- a/profiles/input/device.c
+++ b/profiles/input/device.c
@@ -41,6 +41,7 @@
 
 #include "src/log.h"
 
+#include "btio/btio.h"
 #include "lib/uuid.h"
 #include "src/adapter.h"
 #include "src/device.h"
@@ -53,8 +54,6 @@
 
 #include "device.h"
 
-#include <btio/btio.h>
-
 #define INPUT_INTERFACE "org.bluez.Input1"
 
 enum reconnect_mode_t {
diff --git a/profiles/network/bnep.c b/profiles/network/bnep.c
index 303489d..0d57056 100644
--- a/profiles/network/bnep.c
+++ b/profiles/network/bnep.c
@@ -39,12 +39,12 @@
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/l2cap.h>
 #include <bluetooth/bnep.h>
-#include <btio/btio.h>
 
 #include <glib.h>
 
 #include "src/log.h"
 #include "lib/uuid.h"
+#include "btio/btio.h"
 
 #include "bnep.h"
 
diff --git a/profiles/network/connection.c b/profiles/network/connection.c
index d4697c5..5f45fdb 100644
--- a/profiles/network/connection.c
+++ b/profiles/network/connection.c
@@ -37,8 +37,8 @@
 
 #include <glib.h>
 #include <gdbus/gdbus.h>
-#include <btio/btio.h>
 
+#include "btio/btio.h"
 #include "src/log.h"
 #include "src/dbus-common.h"
 #include "src/adapter.h"
diff --git a/profiles/network/server.c b/profiles/network/server.c
index 5f42b85..f14d688 100644
--- a/profiles/network/server.c
+++ b/profiles/network/server.c
@@ -38,8 +38,8 @@
 
 #include <glib.h>
 #include <gdbus/gdbus.h>
-#include <btio/btio.h>
 
+#include "btio/btio.h"
 #include "lib/uuid.h"
 #include "src/dbus-common.h"
 #include "src/adapter.h"