summaryrefslogtreecommitdiffstats
path: root/audio/device.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-13 08:14:22 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-13 08:14:22 +0000
commitc2833e263d6cfc4cf82f4bfdcc59640a4071aeae (patch)
tree86396cb615ddf12634758f78297c88cc13394f8b /audio/device.c
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/device.c')
-rw-r--r--audio/device.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/device.c b/audio/device.c
index 54d4bb6f..119a4e4f 100644
--- a/audio/device.c
+++ b/audio/device.c
@@ -37,15 +37,19 @@
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
+#include <bluetooth/sdp.h>
+#include <bluetooth/sdp_lib.h>
#include "dbus.h"
#include "dbus-helper.h"
#include "logging.h"
#include "textfile.h"
+#include "ipc.h"
+#include "device.h"
+#include "avdtp.h"
#include "headset.h"
#include "sink.h"
-#include "device.h"
static DBusHandlerResult device_get_address(DBusConnection *conn,
DBusMessage *msg, void *data)