1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-12 20:35:07 +02:00

rtpdec_h264: Remove an unnecessary include

Nothing in this file use any network functions.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2015-02-23 22:22:28 +02:00
parent 247764a592
commit 0752f700d6

View File

@ -39,8 +39,6 @@
#include "libavutil/avstring.h"
#include "avformat.h"
#include "network.h"
#include "rtpdec.h"
#include "rtpdec_formats.h"