diff options
author | Vignesh Venkatasubramanian <[email protected]> | 2013-02-14 14:59:30 -0800 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2013-02-14 23:59:41 +0100 |
commit | 003be0a9c33e84c823757d5b5e8c67e0bbc953a7 (patch) | |
tree | 273de8ebef8d6ae9b7702a8a6ca98ebc2c1f5cc0 | |
parent | c3fb20bab4f00621733809fb35ee39a5ae11e598 (diff) |
Removing network.h from matroskadec.c
Removing accidentally added include file.
Signed-off-by: Vignesh Venkatasubramanian <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r-- | libavformat/matroskadec.c | 1 |
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" |