OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5632153
)
core: Remove unneeded includes in device.c
author
Claudio Takahasi
<claudio.takahasi@openbossa.org>
Fri, 18 Oct 2013 12:32:31 +0000
(09:32 -0300)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Fri, 18 Oct 2013 12:46:49 +0000
(15:46 +0300)
src/device.c
patch
|
blob
|
history
diff --git
a/src/device.c
b/src/device.c
index
3dd3584
..
77f2322
100644
(file)
--- 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"