diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
commit | c2833e263d6cfc4cf82f4bfdcc59640a4071aeae (patch) | |
tree | 86396cb615ddf12634758f78297c88cc13394f8b /audio/device.c | |
parent | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff) |
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/device.c')
-rw-r--r-- | audio/device.c | 6 |
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) |