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_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_stream.c') diff --git a/src/input_stream.c b/src/input_stream.c index 4375db948..794dd1980 100644 --- a/src/input_stream.c +++ b/src/input_stream.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "input_stream.h" +#include "input_plugin.h" #include "config.h" #include "input_file.h" -- cgit v1.2.3