Bluetooth: Remove unnecessary include l2cap.h

This patch removes unnecessary include of <net/bluetooth/l2cap.h>
in bluetooth/bnep/core.c.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
This commit is contained in:
Rami Rosen 2012-12-08 07:08:25 +02:00 коммит произвёл Gustavo Padovan
Родитель e7f767a7d9
Коммит d6b67c6c0c
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,6 @@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h>
#include "bnep.h"