diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-01 17:22:42 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-01 17:23:27 -0300 |
commit | 710caac17aa306c94378ce4d4cf08068138a9434 (patch) | |
tree | 0e65094f7c01c09ab4b6f172f06b617613c0cf45 /network/server.c | |
parent | 676f5e7dea3c6c160ffdf08d42bf83e72a5a6c3f (diff) |
Network: Minor cleanup
Diffstat (limited to 'network/server.c')
-rw-r--r-- | network/server.c | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/network/server.c b/network/server.c index 3fa99d25..00e8f0aa 100644 --- a/network/server.c +++ b/network/server.c @@ -29,18 +29,13 @@ #include <unistd.h> #include <stdlib.h> #include <errno.h> -#include <sys/stat.h> -#include <sys/param.h> -#include <net/if.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> -#include <bluetooth/hci_lib.h> #include <bluetooth/bnep.h> #include <bluetooth/l2cap.h> #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> - #include <netinet/in.h> #include <glib.h> @@ -51,19 +46,16 @@ #include "logging.h" #include "error.h" -#include "textfile.h" #include "sdpd.h" #include "glib-helper.h" +#include "bridge.h" +#include "common.h" + #define NETWORK_PEER_INTERFACE "org.bluez.network.Peer" #define NETWORK_HUB_INTERFACE "org.bluez.network.Hub" #define NETWORK_ROUTER_INTERFACE "org.bluez.network.Router" #define SETUP_TIMEOUT 1000 -#define MAX_SETUP_ATTEMPTS 3 - -#include "bridge.h" -#include "common.h" -#include "manager.h" /* Pending Authorization */ struct setup_session { |