diff options
author | Max Kellermann <max@duempel.org> | 2009-03-02 20:13:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-02 20:13:08 +0100 |
commit | 2e51365ea4b636560d234b0b937a6c8dfb528c10 (patch) | |
tree | 2ccaf460e326b6d474aa0b2df7873bf6c0a475d7 /src/input_file.h | |
parent | 8694574f6329ad6e55b9a6673506eca697da360d (diff) | |
download | mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.gz mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.xz mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.zip |
input_stream: moved struct input_plugin to input_plugin.h
Start to separate private from public input_stream API.
Diffstat (limited to 'src/input_file.h')
-rw-r--r-- | src/input_file.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_file.h b/src/input_file.h index 7f3351d19..c4233d071 100644 --- a/src/input_file.h +++ b/src/input_file.h @@ -19,8 +19,6 @@ #ifndef MPD_INPUT_FILE_H #define MPD_INPUT_FILE_H -#include "input_stream.h" - extern const struct input_plugin input_plugin_file; #endif |