From 2410b87a6408d91eb5c8db8d38af5aabfdca4d8a Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 4 Aug 2006 17:01:29 +0000 Subject: proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19318 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_null.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream_null.c') diff --git a/stream/stream_null.c b/stream/stream_null.c index 93492e63a6..70221482d4 100644 --- a/stream/stream_null.c +++ b/stream/stream_null.c @@ -5,7 +5,6 @@ #include #include "stream.h" -#include "demuxer.h" static int open_s(stream_t *stream,int mode, void* opts, int* file_format) { stream->type = STREAMTYPE_DUMMY; -- cgit v1.2.3