diff options
author | Max Kellermann <max@duempel.org> | 2009-03-02 20:40:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-02 20:40:31 +0100 |
commit | 36d24fb7eae3a7a761cb1659d10464f65ecdddf9 (patch) | |
tree | 51c8166fb9723f891a58122166077dcb7fd04db8 /src/input_file.c | |
parent | 2e51365ea4b636560d234b0b937a6c8dfb528c10 (diff) | |
download | mpd-36d24fb7eae3a7a761cb1659d10464f65ecdddf9.tar.gz mpd-36d24fb7eae3a7a761cb1659d10464f65ecdddf9.tar.xz mpd-36d24fb7eae3a7a761cb1659d10464f65ecdddf9.zip |
input: moved plugins to ./src/input/
Create a sub directory for input plugins.
Diffstat (limited to '')
-rw-r--r-- | src/input/file_input_plugin.c (renamed from src/input_file.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_file.c b/src/input/file_input_plugin.c index 5334d453e..c857bbd65 100644 --- a/src/input_file.c +++ b/src/input/file_input_plugin.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "input_file.h" +#include "input/file_input_plugin.h" #include "input_plugin.h" #include <sys/stat.h> |