OSDN Git Service

core: Remove unneeded includes in device.c
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Fri, 18 Oct 2013 12:32:31 +0000 (09:32 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 18 Oct 2013 12:46:49 +0000 (15:46 +0300)
src/device.c

index 3dd3584..77f2322 100644 (file)
@@ -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"