2014-03-20 17:25:59

by Claudio Takahasi

[permalink] [raw]
Subject: [PATCH BlueZ v0] attrib: Remove unneeded sdp.h header include

---
attrib/gatt-service.c | 1 -
attrib/utils.c | 1 -
2 files changed, 2 deletions(-)

diff --git a/attrib/gatt-service.c b/attrib/gatt-service.c
index 227d4d4..d15536c 100644
--- a/attrib/gatt-service.c
+++ b/attrib/gatt-service.c
@@ -27,7 +27,6 @@
#endif

#include <glib.h>
-#include <bluetooth/sdp.h>

#include "src/adapter.h"
#include "lib/uuid.h"
diff --git a/attrib/utils.c b/attrib/utils.c
index 17f02be..8f9a4c07 100644
--- a/attrib/utils.c
+++ b/attrib/utils.c
@@ -31,7 +31,6 @@
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
-#include <bluetooth/sdp.h>

#include "lib/uuid.h"
#include "btio/btio.h"
--
1.8.3.1



2014-03-24 19:59:18

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ v0] attrib: Remove unneeded sdp.h header include

Hi Claudio,

On Mon, Mar 24, 2014, Claudio Takahasi wrote:
> On Thu, Mar 20, 2014 at 2:25 PM, Claudio Takahasi
> <[email protected]> wrote:
> > ---
> > attrib/gatt-service.c | 1 -
> > attrib/utils.c | 1 -
> > 2 files changed, 2 deletions(-)
> >
> > diff --git a/attrib/gatt-service.c b/attrib/gatt-service.c
> > index 227d4d4..d15536c 100644
> > --- a/attrib/gatt-service.c
> > +++ b/attrib/gatt-service.c
> > @@ -27,7 +27,6 @@
> > #endif
> >
> > #include <glib.h>
> > -#include <bluetooth/sdp.h>
> >
> > #include "src/adapter.h"
> > #include "lib/uuid.h"
> > diff --git a/attrib/utils.c b/attrib/utils.c
> > index 17f02be..8f9a4c07 100644
> > --- a/attrib/utils.c
> > +++ b/attrib/utils.c
> > @@ -31,7 +31,6 @@
> > #include <bluetooth/bluetooth.h>
> > #include <bluetooth/hci.h>
> > #include <bluetooth/hci_lib.h>
> > -#include <bluetooth/sdp.h>
> >
> > #include "lib/uuid.h"
> > #include "btio/btio.h"
> > --
> > 1.8.3.1
> >
>
>
> ping ...

Sorry, must have missed this one. It's now applied.

Johan

2014-03-24 19:34:54

by Claudio Takahasi

[permalink] [raw]
Subject: Re: [PATCH BlueZ v0] attrib: Remove unneeded sdp.h header include

Hi Johan,

On Thu, Mar 20, 2014 at 2:25 PM, Claudio Takahasi
<[email protected]> wrote:
> ---
> attrib/gatt-service.c | 1 -
> attrib/utils.c | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/attrib/gatt-service.c b/attrib/gatt-service.c
> index 227d4d4..d15536c 100644
> --- a/attrib/gatt-service.c
> +++ b/attrib/gatt-service.c
> @@ -27,7 +27,6 @@
> #endif
>
> #include <glib.h>
> -#include <bluetooth/sdp.h>
>
> #include "src/adapter.h"
> #include "lib/uuid.h"
> diff --git a/attrib/utils.c b/attrib/utils.c
> index 17f02be..8f9a4c07 100644
> --- a/attrib/utils.c
> +++ b/attrib/utils.c
> @@ -31,7 +31,6 @@
> #include <bluetooth/bluetooth.h>
> #include <bluetooth/hci.h>
> #include <bluetooth/hci_lib.h>
> -#include <bluetooth/sdp.h>
>
> #include "lib/uuid.h"
> #include "btio/btio.h"
> --
> 1.8.3.1
>


ping ...

Regards,
Claudio