diff options
Diffstat (limited to 'network/connection.c')
| -rw-r--r-- | network/connection.c | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/network/connection.c b/network/connection.c index c61eb49c..16d3e383 100644 --- a/network/connection.c +++ b/network/connection.c @@ -28,29 +28,21 @@  #include <stdio.h>  #include <errno.h>  #include <unistd.h> -#include <sys/stat.h> -#include <sys/param.h>  #include <netinet/in.h>  #include <bluetooth/bluetooth.h>  #include <bluetooth/hci.h> -#include <bluetooth/hci_lib.h> -#include <bluetooth/l2cap.h>  #include <bluetooth/bnep.h>  #include <bluetooth/sdp.h>  #include <glib.h>  #include <gdbus.h> -#include "../src/dbus-common.h" -  #include "logging.h" -#include "textfile.h"  #include "glib-helper.h"  #include "error.h"  #include "common.h" -#include "connection.h"  #define NETWORK_PEER_INTERFACE "org.bluez.network.Peer" | 
