summaryrefslogtreecommitdiffstats
path: root/stream/stream_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_null.c')
-rw-r--r--stream/stream_null.c1
1 files changed, 0 insertions, 1 deletions
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 <string.h>
#include "stream.h"
-#include "demuxer.h"
static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
stream->type = STREAMTYPE_DUMMY;