summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/device.c b/src/device.c
index a8f40f8e..196314d5 100644
--- a/src/device.c
+++ b/src/device.c
@@ -29,13 +29,8 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
-#include <stdarg.h>
#include <unistd.h>
-#include <sys/time.h>
#include <sys/stat.h>
-#include <sys/ioctl.h>
-#include <sys/param.h>
-#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
@@ -48,7 +43,6 @@
#include <gdbus.h>
#include "hcid.h"
-#include "sdpd.h"
#include "logging.h"
#include "textfile.h"