From 6f72fe3ecffd8ee8218fc5a19ec45b0447323c12 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 29 Aug 2008 09:38:27 +0200 Subject: tag: moved code to tag_id3.c The ID3 code uses only the public tag API, but is otherwise unrelated. Move it to a separate source file. --- src/decoder_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index 3f953ec2..3ab38828 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -29,6 +29,7 @@ #include "inputStream.h" #include "replayGain.h" #include "tag.h" +#include "tag_id3.h" #include "playerData.h" -- cgit v1.2.3