renamed inputPlugin.* to decoder_list.*

Since inputPlugin.c manages the list of registered decoders, we should
rename the source file.
This commit is contained in:
Max Kellermann
2008-08-26 08:27:08 +02:00
parent f5711e28da
commit 41c5fbbb07
7 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
#include "log.h"
#include "permission.h"
#include "replayGain.h"
#include "inputPlugin.h"
#include "decoder_list.h"
#include "audioOutput.h"
#include "inputStream.h"
#include "state_file.h"