diff options
author | Martin Storsjö <martin@martin.st> | 2015-02-23 22:22:28 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-02-24 16:20:54 +0200 |
commit | 0752f700d63f6b15ffd5369ac7615414cce71247 (patch) | |
tree | 01cbeb0f647d41d96ee370f99766906a3eb4d13f | |
parent | 247764a592f83521f9c1ccdc900b00a8b84f3c87 (diff) | |
download | ffmpeg-0752f700d63f6b15ffd5369ac7615414cce71247.tar.gz |
rtpdec_h264: Remove an unnecessary include
Nothing in this file use any network functions.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavformat/rtpdec_h264.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index b6f2444f59..94c802dfb6 100644 --- a/libavformat/rtpdec_h264.c +++ b/libavformat/rtpdec_h264.c @@ -39,8 +39,6 @@ #include "libavutil/avstring.h" #include "avformat.h" -#include "network.h" - #include "rtpdec.h" #include "rtpdec_formats.h" |