diff --git a/tools/hciattach.c b/tools/hciattach.c
index d7d9069..e0a9821 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
#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 e4ff5e3..0e02e1e 100644
--- a/tools/hciattach_qualcomm.c
+++ b/tools/hciattach_qualcomm.c
#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 fe6a894..158e568 100644
--- a/tools/hciattach_ti.c
+++ b/tools/hciattach_ti.c
#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 1ba009c..c3caa49 100644
--- a/tools/hciattach_tialt.c
+++ b/tools/hciattach_tialt.c
#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>