summaryrefslogtreecommitdiff
path: root/src/sdpd-request.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-request.c
parent4b5caaf50165818a0c00a4ecacf79de159bb2c11 (diff)
downloadbluez-06ade160b29007920b7586eae95a3b6f3ffda048.tar.gz
core: Remove redundant includes from sdpd-*.c
Diffstat (limited to 'src/sdpd-request.c')
-rw-r--r--src/sdpd-request.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sdpd-request.c b/src/sdpd-request.c
index 0d5bf251f..fbeb4883f 100644
--- a/src/sdpd-request.c
+++ b/src/sdpd-request.c
@@ -28,20 +28,15 @@
#include <config.h>
#endif
-#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
-#include <string.h>
#include <limits.h>
-#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/l2cap.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include <netinet/in.h>
-
#include "sdpd.h"
#include "log.h"