summaryrefslogtreecommitdiffstats
path: root/serial/port.c
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 /serial/port.c
parent44a204a75880c342c3ac9066072f102f773a539a (diff)
Move D-Bus watch functions into libgdbus
Diffstat (limited to 'serial/port.c')
-rw-r--r--serial/port.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/serial/port.c b/serial/port.c
index f2c0eb61..98b751be 100644
--- a/serial/port.c
+++ b/serial/port.c
@@ -36,12 +36,13 @@
#include <sys/stat.h>
#include <fcntl.h>
-#include <glib.h>
-
#include <bluetooth/bluetooth.h>
#include <bluetooth/rfcomm.h>
-#include "dbus.h"
+#include <glib.h>
+
+#include <gdbus.h>
+
#include "dbus-helper.h"
#include "logging.h"