summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-25 20:32:45 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-25 20:32:45 -0800
commit452eaaa9636384186d8f821621525c9347c5f399 (patch)
tree860dca539c2021917e0a37e44c7667b87bcc150a /profiles/health
parent926f0d61ee4a4f148f17edadb455775e5b21bf86 (diff)
downloadbluez-452eaaa9636384186d8f821621525c9347c5f399.tar.gz
profiles: Make btio/btio.h include local
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/hdp.c2
-rw-r--r--profiles/health/hdp_manager.c2
-rw-r--r--profiles/health/mcap.c2
-rw-r--r--profiles/health/mcap_sync.c3
4 files changed, 5 insertions, 4 deletions
diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c
index ccaa1b1c9..622d95b00 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 c6d2149a1..1882043bc 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 1463a2568..102ec85b5 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 dc990d1c6..cc89d4738 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"