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/main.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/main.c')
-rw-r--r-- | hcid/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/main.c b/hcid/main.c index 38a4efe0..2ca34681 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -46,6 +46,8 @@ #include "hcid.h" #include "sdp.h" +#include "dbus-common.h" +#include "dbus-hci.h" struct hcid_opts hcid; struct device_opts default_device; |