summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2013-02-14 14:59:30 -0800
committerMichael Niedermayer <michaelni@gmx.at>2013-02-14 23:59:41 +0100
commit003be0a9c33e84c823757d5b5e8c67e0bbc953a7 (patch)
tree273de8ebef8d6ae9b7702a8a6ca98ebc2c1f5cc0 /libavformat/matroskadec.c
parentc3fb20bab4f00621733809fb35ee39a5ae11e598 (diff)
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>
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r--libavformat/matroskadec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index d2e5329932..249a023471 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -32,7 +32,6 @@
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
-#include "network.h"
/* For ff_codec_get_id(). */
#include "riff.h"
#include "isom.h"