From 0752f700d63f6b15ffd5369ac7615414cce71247 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 23 Feb 2015 22:22:28 +0200 Subject: rtpdec_h264: Remove an unnecessary include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing in this file use any network functions. Signed-off-by: Martin Storsjö --- libavformat/rtpdec_h264.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/rtpdec_h264.c') 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" -- cgit v1.2.3