From 452eaaa9636384186d8f821621525c9347c5f399 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Jan 2014 20:32:45 -0800 Subject: [PATCH] profiles: Make btio/btio.h include local --- profiles/audio/avctp.c | 2 +- profiles/audio/avdtp.c | 2 +- profiles/gatt/gas.c | 2 +- profiles/health/hdp.c | 2 +- profiles/health/hdp_manager.c | 2 +- profiles/health/mcap.c | 2 +- profiles/health/mcap_sync.c | 3 ++- profiles/input/device.c | 3 +-- profiles/network/bnep.c | 2 +- profiles/network/connection.c | 2 +- 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 #include -#include +#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 #include -#include #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 #include -#include +#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 +#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 #include -#include +#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 #include -#include +#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 #include -#include + +#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 - #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 #include #include -#include #include #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 #include -#include +#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 #include -#include +#include "btio/btio.h" #include "lib/uuid.h" #include "src/dbus-common.h" #include "src/adapter.h" -- 2.47.3