avformat/fifo_test: remove network.h include

It's not needed, and fixes compilation with network disabled.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2018-02-07 00:29:55 -03:00
parent e8323c42c1
commit 8318bf1751

View File

@ -20,12 +20,13 @@
*/
#include <stdlib.h>
#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 */