summaryrefslogtreecommitdiffstats
path: root/audio/sink.h
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/sink.h
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/sink.h')
-rw-r--r--audio/sink.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/sink.h b/audio/sink.h
index 4cb5d0c3..7894a36c 100644
--- a/audio/sink.h
+++ b/audio/sink.h
@@ -21,10 +21,6 @@
*
*/
-#include "ipc.h"
-#include "avdtp.h"
-#include "device.h"
-
#define AUDIO_SINK_INTERFACE "org.bluez.audio.Sink"
struct sink *sink_init(struct device *dev);