aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_mms.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-02 20:13:08 +0100
committerMax Kellermann <max@duempel.org>2009-03-02 20:13:08 +0100
commit2e51365ea4b636560d234b0b937a6c8dfb528c10 (patch)
tree2ccaf460e326b6d474aa0b2df7873bf6c0a475d7 /src/input_mms.c
parent8694574f6329ad6e55b9a6673506eca697da360d (diff)
downloadmpd-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_mms.c')
-rw-r--r--src/input_mms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_mms.c b/src/input_mms.c
index d81be0845..34dce5b6e 100644
--- a/src/input_mms.c
+++ b/src/input_mms.c
@@ -17,7 +17,7 @@
*/
#include "input_mms.h"
-#include "input_stream.h"
+#include "input_plugin.h"
#include <glib.h>
#include <libmms/mmsx.h>