Skip to content

Commit

Permalink
Bluetooth: Remove unnecessary include l2cap.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rami Rosen authored and Gustavo Padovan committed Jan 9, 2013
1 parent e7f767a commit d6b67c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/bluetooth/bnep/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h>

#include "bnep.h"

Expand Down

0 comments on commit d6b67c6

Please sign in to comment.