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/a2dp.h | |
parent | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff) |
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/a2dp.h')
-rw-r--r-- | audio/a2dp.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <dbus.h> -#include <glib.h> -#include "avdtp.h" - #define A2DP_CODEC_SBC 0x00 #define A2DP_CODEC_MPEG12 0x01 #define A2DP_CODEC_MPEG24 0x02 |