summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-02-26 18:39:23 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-02-26 18:40:25 -0800
commitf30c71d3e090f35bd00fe8a806b69715e71df18b (patch)
tree19d2a4e0731afd9e2e277bbf74f031b5eafbe365 /tools
parent061a23ca74109f05ae71bfae12573fc76cfa1252 (diff)
downloadbluez-f30c71d3e090f35bd00fe8a806b69715e71df18b.tar.gz
hciattach: Remove some unneeded includes
Diffstat (limited to 'tools')
-rw-r--r--tools/hciattach.c2
-rw-r--r--tools/hciattach_qualcomm.c2
-rw-r--r--tools/hciattach_ti.c2
-rw-r--r--tools/hciattach_tialt.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index d7d906980..e0a9821c6 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -42,8 +42,6 @@
#include <sys/poll.h>
#include <sys/param.h>
#include <sys/ioctl.h>
-#include <sys/socket.h>
-#include <sys/uio.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
diff --git a/tools/hciattach_qualcomm.c b/tools/hciattach_qualcomm.c
index e4ff5e3e1..0e02e1e92 100644
--- a/tools/hciattach_qualcomm.c
+++ b/tools/hciattach_qualcomm.c
@@ -40,8 +40,6 @@
#include <sys/poll.h>
#include <sys/param.h>
#include <sys/ioctl.h>
-#include <sys/socket.h>
-#include <sys/uio.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
diff --git a/tools/hciattach_ti.c b/tools/hciattach_ti.c
index fe6a89490..158e56806 100644
--- a/tools/hciattach_ti.c
+++ b/tools/hciattach_ti.c
@@ -36,8 +36,6 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/ioctl.h>
-#include <sys/socket.h>
-#include <sys/uio.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
diff --git a/tools/hciattach_tialt.c b/tools/hciattach_tialt.c
index 1ba009ca9..c3caa4922 100644
--- a/tools/hciattach_tialt.c
+++ b/tools/hciattach_tialt.c
@@ -39,8 +39,6 @@
#include <sys/poll.h>
#include <sys/param.h>
#include <sys/ioctl.h>
-#include <sys/socket.h>
-#include <sys/uio.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>