From 2e51365ea4b636560d234b0b937a6c8dfb528c10 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Mar 2009 20:13:08 +0100 Subject: input_stream: moved struct input_plugin to input_plugin.h Start to separate private from public input_stream API. --- src/input_mms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_mms.c') 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 #include -- cgit v1.2.3