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>
pull/278/head^2
James Almer 7 years ago
parent e8323c42c1
commit 8318bf1751
  1. 7
      libavformat/fifo_test.c

@ -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 */

Loading…
Cancel
Save