From 8318bf17513529c86545dfaeec489636d77df78d Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 7 Feb 2018 00:29:55 -0300 Subject: avformat/fifo_test: remove network.h include It's not needed, and fixes compilation with network disabled. Signed-off-by: James Almer --- libavformat/fifo_test.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libavformat/fifo_test.c') diff --git a/libavformat/fifo_test.c b/libavformat/fifo_test.c index 188e607855..02ec215cbb 100644 --- a/libavformat/fifo_test.c +++ b/libavformat/fifo_test.c @@ -20,12 +20,13 @@ */ #include + #include "libavutil/opt.h" #include "libavutil/time.h" #include "libavutil/avassert.h" -#include "libavformat/avformat.h" -#include "libavformat/url.h" -#include "libavformat/network.h" + +#include "avformat.h" +#include "url.h" /* Implementation of mock muxer to simulate real muxer failures */ -- cgit v1.2.3