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
1 changed files with 0 additions and 2 deletions

View File

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