From e7d668ac9e813bc9922ee7d771848bd8822d5d1f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 8 May 2008 20:23:45 +0000 Subject: Move D-Bus watch functions into libgdbus --- hcid/manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hcid/manager.c') diff --git a/hcid/manager.c b/hcid/manager.c index c4288278..0d438217 100644 --- a/hcid/manager.c +++ b/hcid/manager.c @@ -43,10 +43,11 @@ #include +#include + #include "hcid.h" #include "sdpd.h" #include "adapter.h" -#include "dbus.h" #include "dbus-helper.h" #include "dbus-common.h" #include "error.h" -- cgit