aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-17 13:23:42 +0100
committerMax Kellermann <max@duempel.org>2009-01-17 13:23:42 +0100
commit5395f5f6b34b6a98e94c8f3e8329150a2a4b9cac (patch)
treebb1e42988bd79c452b667da84ef662b45da8aa8e /src/decoder_api.h
parent43eefe9c41478f5605e4abd7e6c7fc6d710341e8 (diff)
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().
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h1
1 files changed, 0 insertions, 1 deletions
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"