From 5395f5f6b34b6a98e94c8f3e8329150a2a4b9cac Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Jan 2009 13:23:42 +0100 Subject: moved fallback APE/ID3 tag loader to song.c Some plugins used the APE or ID3 tag loader as a fallback when their own methods of loading tags did not work. Move this code out of all decoder plugins, into song_file_update(). --- src/decoder_api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index b4231e70..11ee86e4 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -29,7 +29,6 @@ #include "input_stream.h" #include "replay_gain.h" #include "tag.h" -#include "tag_id3.h" #include "audio_format.h" #include "playerData.h" -- cgit v1.2.3