Bluetooth: Remove not needed nano_work.h includes

Those are lefovers from nano_delayed_work usage.

Change-Id: I3f17c7b89b1fa946495e160732457500e2f74f25
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-11-10 16:20:11 +01:00 committed by Johan Hedberg
commit 577fe910ae
7 changed files with 0 additions and 7 deletions

View file

@ -24,7 +24,6 @@
#include <atomic.h>
#include <misc/byteorder.h>
#include <misc/util.h>
#include <misc/nano_work.h>
#include <misc/printk.h>
#include <bluetooth/log.h>
#include <bluetooth/bluetooth.h>

View file

@ -21,7 +21,6 @@
#include <atomic.h>
#include <misc/byteorder.h>
#include <misc/util.h>
#include <misc/nano_work.h>
#include <bluetooth/log.h>
#include <bluetooth/hci.h>

View file

@ -22,7 +22,6 @@
#include <zephyr.h>
#include <atomic.h>
#include <misc/byteorder.h>
#include <misc/nano_work.h>
#include <tinycrypt/constants.h>
#include <tinycrypt/utils.h>
#include <tinycrypt/ecc.h>

View file

@ -20,7 +20,6 @@
#include <atomic.h>
#include <misc/byteorder.h>
#include <misc/util.h>
#include <misc/nano_work.h>
#include <bluetooth/log.h>
#include <bluetooth/conn.h>

View file

@ -20,7 +20,6 @@
#include <string.h>
#include <atomic.h>
#include <misc/util.h>
#include <misc/nano_work.h>
#include <bluetooth/log.h>
#include <bluetooth/bluetooth.h>

View file

@ -20,7 +20,6 @@
#include <string.h>
#include <atomic.h>
#include <misc/util.h>
#include <misc/nano_work.h>
#include <bluetooth/log.h>
#include <bluetooth/bluetooth.h>

View file

@ -23,7 +23,6 @@
#include <errno.h>
#include <atomic.h>
#include <misc/util.h>
#include <misc/nano_work.h>
#include <bluetooth/log.h>
#include <bluetooth/bluetooth.h>