From 15ea15b3a752f0487bc50d0ea04925f1b9d33dcb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 8 May 2008 22:19:14 +0000 Subject: Move D-Bus object and interface helpers into libgdbus --- hcid/dbus-service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hcid/dbus-service.c') diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c index 59228a9d..4e8ff33c 100644 --- a/hcid/dbus-service.c +++ b/hcid/dbus-service.c @@ -42,10 +42,9 @@ #include #include - #include +#include -#include "dbus-helper.h" #include "hcid.h" #include "server.h" #include "dbus-common.h" -- cgit