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/ls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index cbf37bd8f..bb8b113f3 100644 --- a/src/ls.h +++ b/src/ls.h @@ -19,7 +19,7 @@ #ifndef LS_H #define LS_H -#include "inputPlugin.h" +#include "decoder_list.h" int lsPlaylists(int fd, const char *utf8path); -- cgit v1.2.3