Diff between 5632153cb1dd1f8a9fa7bd6679ea9d197b7dbeed and ad26f5e6dbdb969edbf119b3a6eb31077565f4c6

Changed Files

File Additions Deletions Status
src/device.c +0 -3 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index 3dd3584..77f2322 100644
--- a/src/device.c
+++ b/src/device.c
@@ -31,8 +31,6 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <stdbool.h>
-#include <sys/stat.h>
-#include <sys/ioctl.h>
 #include <errno.h>
 #include <dirent.h>
 #include <time.h>
@@ -64,7 +62,6 @@
 #include "sdp-client.h"
 #include "attrib/gatt.h"
 #include "agent.h"
-#include "sdp-xml.h"
 #include "storage.h"
 #include "attrib-server.h"