summaryrefslogtreecommitdiff
path: root/src/sdpd-service.c
diff options
context:
space:
mode:
authorFrederic Danis <frederic.danis@linux.intel.com>2013-07-11 14:37:28 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-07-12 09:55:29 +0300
commit06ade160b29007920b7586eae95a3b6f3ffda048 (patch)
tree69e7c2f578378063de2a94e6467b6efc1106c059 /src/sdpd-service.c
parent4b5caaf50165818a0c00a4ecacf79de159bb2c11 (diff)
downloadbluez-06ade160b29007920b7586eae95a3b6f3ffda048.tar.gz
core: Remove redundant includes from sdpd-*.c
Diffstat (limited to 'src/sdpd-service.c')
-rw-r--r--src/sdpd-service.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sdpd-service.c b/src/sdpd-service.c
index b6b135df4..38bf808dc 100644
--- a/src/sdpd-service.c
+++ b/src/sdpd-service.c
@@ -28,26 +28,19 @@
#include <config.h>
#endif
-#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <assert.h>
#include <sys/time.h>
-#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include <netinet/in.h>
-
#include <glib.h>
-#include <dbus/dbus.h>
-#include "hcid.h"
#include "sdpd.h"
#include "log.h"
-#include "adapter.h"
static sdp_record_t *server = NULL;
static uint32_t fixed_dbts = 0;