diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/connection.c | 1 | ||||
-rw-r--r-- | network/manager.c | 1 | ||||
-rw-r--r-- | network/server.c | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/network/connection.c b/network/connection.c index a3f2aca5a..7380cbe6b 100644 --- a/network/connection.c +++ b/network/connection.c @@ -31,7 +31,6 @@ #include <netinet/in.h> #include <bluetooth/bluetooth.h> -#include <bluetooth/hci.h> #include <bluetooth/bnep.h> #include <bluetooth/sdp.h> diff --git a/network/manager.c b/network/manager.c index c91014845..321640b58 100644 --- a/network/manager.c +++ b/network/manager.c @@ -26,7 +26,6 @@ #endif #include <bluetooth/bluetooth.h> -#include <bluetooth/hci.h> #include <bluetooth/bnep.h> #include <bluetooth/sdp.h> diff --git a/network/server.c b/network/server.c index e6706ec8d..bb119ce46 100644 --- a/network/server.c +++ b/network/server.c @@ -31,9 +31,7 @@ #include <errno.h> #include <bluetooth/bluetooth.h> -#include <bluetooth/hci.h> #include <bluetooth/bnep.h> -#include <bluetooth/l2cap.h> #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> #include <netinet/in.h> |