From a34e1d2b84c72b27212eed4e1483a20440da44ab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 6 Sep 2008 20:28:31 +0200 Subject: include cleanup As usual, include only headers which are really needed. --- src/audio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/audio.h') diff --git a/src/audio.h b/src/audio.h index 7fb2150cf..0703e402b 100644 --- a/src/audio.h +++ b/src/audio.h @@ -19,12 +19,13 @@ #ifndef AUDIO_H #define AUDIO_H -#include "tag.h" #include "os_compat.h" #include "audio_format.h" #define AUDIO_AO_DRIVER_DEFAULT "default" +struct tag; + void copyAudioFormat(AudioFormat * dest, const AudioFormat * src); int cmpAudioFormat(const AudioFormat * dest, const AudioFormat * src); -- cgit v1.2.3