1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +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"