Return-Path: MIME-Version: 1.0 In-Reply-To: <1395336359-16138-1-git-send-email-claudio.takahasi@openbossa.org> References: <1395336359-16138-1-git-send-email-claudio.takahasi@openbossa.org> Date: Mon, 24 Mar 2014 16:34:54 -0300 Message-ID: Subject: Re: [PATCH BlueZ v0] attrib: Remove unneeded sdp.h header include From: Claudio Takahasi To: BlueZ development Cc: Claudio Takahasi Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Johan, On Thu, Mar 20, 2014 at 2:25 PM, Claudio Takahasi 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 > -#include > > #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 > #include > #include > -#include > > #include "lib/uuid.h" > #include "btio/btio.h" > -- > 1.8.3.1 > ping ... Regards, Claudio