summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-rfcomm.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-10-30 18:39:38 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-10-30 18:39:38 +0000
commite54736f31acc8d26d1f1e4a8b06ed66d258a24ef (patch)
tree44c92453396549e9b82934ed7f1fa30f1d2a93a6 /hcid/dbus-rfcomm.c
parentc9b2f56a13df506191c284b7977abe7e7aa8f0e5 (diff)
Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)
Diffstat (limited to 'hcid/dbus-rfcomm.c')
-rw-r--r--hcid/dbus-rfcomm.c4
1 files changed, 4 insertions, 0 deletions
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