From 577fe910ae3d997a8c8ec15922810447bf833881 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 10 Nov 2016 16:20:11 +0100 Subject: [PATCH] Bluetooth: Remove not needed nano_work.h includes Those are lefovers from nano_delayed_work usage. Change-Id: I3f17c7b89b1fa946495e160732457500e2f74f25 Signed-off-by: Szymon Janc --- subsys/bluetooth/host/a2dp.c | 1 - subsys/bluetooth/host/avdtp.c | 1 - subsys/bluetooth/host/hci_ecc.c | 1 - subsys/bluetooth/host/hfp_hf.c | 1 - subsys/bluetooth/host/keys.c | 1 - subsys/bluetooth/host/keys_br.c | 1 - subsys/bluetooth/host/smp_null.c | 1 - 7 files changed, 7 deletions(-) diff --git a/subsys/bluetooth/host/a2dp.c b/subsys/bluetooth/host/a2dp.c index 5e099fe65ec..88006c89023 100644 --- a/subsys/bluetooth/host/a2dp.c +++ b/subsys/bluetooth/host/a2dp.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/subsys/bluetooth/host/avdtp.c b/subsys/bluetooth/host/avdtp.c index 59154bf4b0c..29a28286869 100644 --- a/subsys/bluetooth/host/avdtp.c +++ b/subsys/bluetooth/host/avdtp.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/subsys/bluetooth/host/hci_ecc.c b/subsys/bluetooth/host/hci_ecc.c index 0ecc9587ab6..811dd8d7276 100644 --- a/subsys/bluetooth/host/hci_ecc.c +++ b/subsys/bluetooth/host/hci_ecc.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/subsys/bluetooth/host/hfp_hf.c b/subsys/bluetooth/host/hfp_hf.c index fd129dcbe17..1a6177795e9 100644 --- a/subsys/bluetooth/host/hfp_hf.c +++ b/subsys/bluetooth/host/hfp_hf.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/subsys/bluetooth/host/keys.c b/subsys/bluetooth/host/keys.c index 000fb80cf4e..4de303cc2e5 100644 --- a/subsys/bluetooth/host/keys.c +++ b/subsys/bluetooth/host/keys.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/subsys/bluetooth/host/keys_br.c b/subsys/bluetooth/host/keys_br.c index 9f8adf9f29a..45e2f167035 100644 --- a/subsys/bluetooth/host/keys_br.c +++ b/subsys/bluetooth/host/keys_br.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/subsys/bluetooth/host/smp_null.c b/subsys/bluetooth/host/smp_null.c index 08fb8c7ee8e..95183e750e7 100644 --- a/subsys/bluetooth/host/smp_null.c +++ b/subsys/bluetooth/host/smp_null.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include