diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-01 12:58:31 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-01 12:58:31 +0000 |
commit | 1badf196a83fb8d32e212c49b7487b08962c18f0 (patch) | |
tree | b59e058454dd96d7196733482b3facae5b24a6e5 /hcid/dbus-rfcomm.c | |
parent | c31fef0ff07c09edb9df8b0abcab9a9e828627a1 (diff) |
More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/dbus-hci.c
Diffstat (limited to 'hcid/dbus-rfcomm.c')
-rw-r--r-- | hcid/dbus-rfcomm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c index 0217ef96..479763fa 100644 --- a/hcid/dbus-rfcomm.c +++ b/hcid/dbus-rfcomm.c @@ -48,6 +48,8 @@ #include "glib-ectomy.h" #include "dbus.h" #include "dbus-common.h" +#include "dbus-hci.h" +#include "dbus-adapter.h" #include "dbus-error.h" #include "dbus-sdp.h" #include "dbus-rfcomm.h" |