mirror of https://git.ffmpeg.org/ffmpeg.git
Removing network.h from matroskadec.c
Removing accidentally added include file. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c3fb20bab4
commit
003be0a9c3
|
@ -32,7 +32,6 @@
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "avio_internal.h"
|
#include "avio_internal.h"
|
||||||
#include "network.h"
|
|
||||||
/* For ff_codec_get_id(). */
|
/* For ff_codec_get_id(). */
|
||||||
#include "riff.h"
|
#include "riff.h"
|
||||||
#include "isom.h"
|
#include "isom.h"
|
||||||
|
|
Loading…
Reference in New Issue