From c2833e263d6cfc4cf82f4bfdcc59640a4071aeae Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 13 Aug 2007 08:14:22 +0000 Subject: Remove ifndef protections and includes from .h files --- audio/device.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'audio/device.c') 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 #include #include +#include +#include #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) -- cgit