From 41c5fbbb0790e09e09d487630382e73245524b7a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:08 +0200 Subject: renamed inputPlugin.* to decoder_list.* Since inputPlugin.c manages the list of registered decoders, we should rename the source file. --- src/song.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/song.c') diff --git a/src/song.c b/src/song.c index 920bf23a6..42d9d8cb5 100644 --- a/src/song.c +++ b/src/song.c @@ -24,7 +24,7 @@ #include "log.h" #include "path.h" #include "playlist.h" -#include "inputPlugin.h" +#include "decoder_list.h" #include "decoder_api.h" #include "myfprintf.h" -- cgit v1.2.3