1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

rtpdec: Remove an unused include

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö
2012-08-08 21:14:38 +03:00
parent bfb82fcddf
commit c864e461d2

View File

@@ -37,7 +37,6 @@
#include "libavutil/avstring.h" #include "libavutil/avstring.h"
#include "libavcodec/get_bits.h" #include "libavcodec/get_bits.h"
#include "avformat.h" #include "avformat.h"
#include "mpegts.h"
#include "network.h" #include "network.h"
#include <assert.h> #include <assert.h>