* [PATCH BlueZ 1/2] Remove unneeded textfile header includes
@ 2011-07-27 13:32 Claudio Takahasi
2011-07-27 13:32 ` [PATCH BlueZ 2/2] Remove unneeded header includes in event.c Claudio Takahasi
2011-08-02 7:57 ` [PATCH BlueZ 1/2] Remove unneeded textfile header includes Johan Hedberg
0 siblings, 2 replies; 3+ messages in thread
From: Claudio Takahasi @ 2011-07-27 13:32 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Claudio Takahasi
---
audio/device.c | 1 -
audio/manager.c | 1 -
input/device.c | 1 -
serial/manager.c | 1 -
serial/proxy.c | 1 -
src/event.c | 1 -
6 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/audio/device.c b/audio/device.c
index e38e598..18e873e 100644
--- a/audio/device.c
+++ b/audio/device.c
@@ -42,7 +42,6 @@
#include <gdbus.h>
#include "log.h"
-#include "textfile.h"
#include "../src/adapter.h"
#include "../src/device.h"
diff --git a/audio/manager.c b/audio/manager.c
index 911af45..05ca654 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -53,7 +53,6 @@
#include "../src/device.h"
#include "log.h"
-#include "textfile.h"
#include "ipc.h"
#include "device.h"
#include "error.h"
diff --git a/input/device.c b/input/device.c
index aa593e0..70d0ba2 100644
--- a/input/device.c
+++ b/input/device.c
@@ -43,7 +43,6 @@
#include <gdbus.h>
#include "log.h"
-#include "textfile.h"
#include "uinput.h"
#include "../src/adapter.h"
diff --git a/serial/manager.c b/serial/manager.c
index eba8a91..e97f1a9 100644
--- a/serial/manager.c
+++ b/serial/manager.c
@@ -54,7 +54,6 @@
#include "device.h"
#include "log.h"
-#include "textfile.h"
#include "error.h"
#include "port.h"
diff --git a/serial/proxy.c b/serial/proxy.c
index f9aa41b..371ad5f 100644
--- a/serial/proxy.c
+++ b/serial/proxy.c
@@ -53,7 +53,6 @@
#include "../src/adapter.h"
#include "log.h"
-#include "textfile.h"
#include "error.h"
#include "sdpd.h"
diff --git a/src/event.c b/src/event.c
index 95e47f2..52b4a9d 100644
--- a/src/event.c
+++ b/src/event.c
@@ -45,7 +45,6 @@
#include <gdbus.h>
#include "log.h"
-#include "textfile.h"
#include "adapter.h"
#include "manager.h"
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH BlueZ 2/2] Remove unneeded header includes in event.c
2011-07-27 13:32 [PATCH BlueZ 1/2] Remove unneeded textfile header includes Claudio Takahasi
@ 2011-07-27 13:32 ` Claudio Takahasi
2011-08-02 7:57 ` [PATCH BlueZ 1/2] Remove unneeded textfile header includes Johan Hedberg
1 sibling, 0 replies; 3+ messages in thread
From: Claudio Takahasi @ 2011-07-27 13:32 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Claudio Takahasi
---
src/event.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/event.c b/src/event.c
index 52b4a9d..92a73b4 100644
--- a/src/event.c
+++ b/src/event.c
@@ -33,16 +33,11 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/param.h>
-#include <sys/ioctl.h>
-#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
-#include <bluetooth/sdp.h>
#include <glib.h>
#include <dbus/dbus.h>
-#include <gdbus.h>
#include "log.h"
@@ -50,13 +45,10 @@
#include "manager.h"
#include "device.h"
#include "error.h"
-#include "glib-helper.h"
#include "dbus-common.h"
#include "agent.h"
#include "storage.h"
#include "event.h"
-#include "sdpd.h"
-#include "eir.h"
static gboolean get_adapter_and_device(bdaddr_t *src, bdaddr_t *dst,
struct btd_adapter **adapter,
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ 1/2] Remove unneeded textfile header includes
2011-07-27 13:32 [PATCH BlueZ 1/2] Remove unneeded textfile header includes Claudio Takahasi
2011-07-27 13:32 ` [PATCH BlueZ 2/2] Remove unneeded header includes in event.c Claudio Takahasi
@ 2011-08-02 7:57 ` Johan Hedberg
1 sibling, 0 replies; 3+ messages in thread
From: Johan Hedberg @ 2011-08-02 7:57 UTC (permalink / raw)
To: Claudio Takahasi; +Cc: linux-bluetooth
Hi Claudio,
On Wed, Jul 27, 2011, Claudio Takahasi wrote:
> ---
> audio/device.c | 1 -
> audio/manager.c | 1 -
> input/device.c | 1 -
> serial/manager.c | 1 -
> serial/proxy.c | 1 -
> src/event.c | 1 -
> 6 files changed, 0 insertions(+), 6 deletions(-)
Both patches have been applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-02 7:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27 13:32 [PATCH BlueZ 1/2] Remove unneeded textfile header includes Claudio Takahasi
2011-07-27 13:32 ` [PATCH BlueZ 2/2] Remove unneeded header includes in event.c Claudio Takahasi
2011-08-02 7:57 ` [PATCH BlueZ 1/2] Remove unneeded textfile header includes Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).