summaryrefslogtreecommitdiff
path: root/src/sdpd-server.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-server.c
parent4b5caaf50165818a0c00a4ecacf79de159bb2c11 (diff)
downloadbluez-06ade160b29007920b7586eae95a3b6f3ffda048.tar.gz
core: Remove redundant includes from sdpd-*.c
Diffstat (limited to 'src/sdpd-server.c')
-rw-r--r--src/sdpd-server.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sdpd-server.c b/src/sdpd-server.c
index bc96d3c3d..181d24820 100644
--- a/src/sdpd-server.c
+++ b/src/sdpd-server.c
@@ -28,12 +28,10 @@
#include <config.h>
#endif
-#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/stat.h>
-#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/l2cap.h>
@@ -41,7 +39,6 @@
#include <bluetooth/sdp_lib.h>
#include <sys/un.h>
-#include <netinet/in.h>
#include <glib.h>