From e54736f31acc8d26d1f1e4a8b06ed66d258a24ef Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 30 Oct 2006 18:39:38 +0000 Subject: Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file) --- hcid/dbus-rfcomm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hcid/dbus-rfcomm.c') diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c index 8a7cc84c..0217ef96 100644 --- a/hcid/dbus-rfcomm.c +++ b/hcid/dbus-rfcomm.c @@ -47,6 +47,10 @@ #include "list.h" #include "glib-ectomy.h" #include "dbus.h" +#include "dbus-common.h" +#include "dbus-error.h" +#include "dbus-sdp.h" +#include "dbus-rfcomm.h" /* Waiting for udev to create the device node */ #define MAX_OPEN_TRIES 5 -- cgit