diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-08 22:19:14 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-08 22:19:14 +0000 |
commit | 15ea15b3a752f0487bc50d0ea04925f1b9d33dcb (patch) | |
tree | 1ec75fe77a089c0678bdbc24d7ad2bd85a6fa1c9 /serial | |
parent | e7d668ac9e813bc9922ee7d771848bd8822d5d1f (diff) |
Move D-Bus object and interface helpers into libgdbus
Diffstat (limited to 'serial')
-rw-r--r-- | serial/manager.c | 2 | ||||
-rw-r--r-- | serial/port.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/serial/manager.c b/serial/manager.c index a10e1631..aa05b8f3 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -48,10 +48,8 @@ #include <bluetooth/rfcomm.h> #include <glib.h> - #include <gdbus.h> -#include "dbus-helper.h" #include "logging.h" #include "textfile.h" diff --git a/serial/port.c b/serial/port.c index 98b751be..215dc62b 100644 --- a/serial/port.c +++ b/serial/port.c @@ -40,10 +40,8 @@ #include <bluetooth/rfcomm.h> #include <glib.h> - #include <gdbus.h> -#include "dbus-helper.h" #include "logging.h" #include "error.h" |