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/sink.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'audio/sink.h') 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); -- cgit