diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-01-25 20:32:45 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-01-25 20:32:45 -0800 |
commit | 452eaaa9636384186d8f821621525c9347c5f399 (patch) | |
tree | 860dca539c2021917e0a37e44c7667b87bcc150a | |
parent | 926f0d61ee4a4f148f17edadb455775e5b21bf86 (diff) | |
download | bluez-452eaaa9636384186d8f821621525c9347c5f399.tar.gz |
profiles: Make btio/btio.h include local
-rw-r--r-- | profiles/audio/avctp.c | 2 | ||||
-rw-r--r-- | profiles/audio/avdtp.c | 2 | ||||
-rw-r--r-- | profiles/gatt/gas.c | 2 | ||||
-rw-r--r-- | profiles/health/hdp.c | 2 | ||||
-rw-r--r-- | profiles/health/hdp_manager.c | 2 | ||||
-rw-r--r-- | profiles/health/mcap.c | 2 | ||||
-rw-r--r-- | profiles/health/mcap_sync.c | 3 | ||||
-rw-r--r-- | profiles/input/device.c | 3 | ||||
-rw-r--r-- | profiles/network/bnep.c | 2 | ||||
-rw-r--r-- | profiles/network/connection.c | 2 | ||||
-rw-r--r-- | profiles/network/server.c | 2 |
11 files changed, 12 insertions, 12 deletions
diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c index 1b55f7b7b..6fd145487 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 b3d8351db..fbf61f09b 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 f10db99c1..db1e29d89 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 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" diff --git a/profiles/input/device.c b/profiles/input/device.c index 835114796..10c3d5c55 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 303489d11..0d57056c1 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 d4697c5a1..5f45fdb0d 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 5f42b85bb..f14d68854 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" |