summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 20:23:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 20:23:45 +0000
commite7d668ac9e813bc9922ee7d771848bd8822d5d1f (patch)
tree34e2fc7b1c064beaa52e5e05e9278be458be9fba /daemon
parent44a204a75880c342c3ac9066072f102f773a539a (diff)
Move D-Bus watch functions into libgdbus
Diffstat (limited to 'daemon')
-rw-r--r--daemon/database.c3
-rw-r--r--daemon/main.c1
2 files changed, 2 insertions, 2 deletions
diff --git a/daemon/database.c b/daemon/database.c
index 23c9381c..b7d5562d 100644
--- a/daemon/database.c
+++ b/daemon/database.c
@@ -36,8 +36,9 @@
#include <dbus/dbus.h>
+#include <gdbus.h>
+
#include "dbus-helper.h"
-#include "dbus.h"
#include "sdp-xml.h"
#include "logging.h"
diff --git a/daemon/main.c b/daemon/main.c
index 7479d25e..0c735c35 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -41,7 +41,6 @@
#include "dbus-helper.h"
-#include "dbus.h"
#include "logging.h"
#include "sdpd.h"