2011-03-03 09:24:14

by Szymon Janc

[permalink] [raw]
Subject: [PATCH] Fix hal plugin compilation error

---
plugins/hal.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/plugins/hal.c b/plugins/hal.c
index 05a1c46..21d7688 100644
--- a/plugins/hal.c
+++ b/plugins/hal.c
@@ -33,7 +33,6 @@
#include "plugin.h"
#include "adapter.h"
#include "log.h"
-#include "dbus-hci.h"

static void formfactor_reply(DBusPendingCall *call, void *user_data)
{
--
1.7.0.4
on behalf of ST-Ericsson


2011-03-04 18:52:24

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Fix hal plugin compilation error

Hi Szymon,

On Thu, Mar 03, 2011, Szymon Janc wrote:
> ---
> plugins/hal.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)

Pushed upstream. Thanks.

Johan