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/a2dp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'audio/a2dp.h') diff --git a/audio/a2dp.h b/audio/a2dp.h index 708f9f94..b2653594 100644 --- a/audio/a2dp.h +++ b/audio/a2dp.h @@ -21,10 +21,6 @@ * */ -#include -#include -#include "avdtp.h" - #define A2DP_CODEC_SBC 0x00 #define A2DP_CODEC_MPEG12 0x01 #define A2DP_CODEC_MPEG24 0x02 -- cgit