summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_h264.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-06-19 15:11:34 +0100
committerMans Rullgard <mans@mansr.com>2012-06-20 11:46:30 +0100
commit4e5a51481343ef4e08a3779186f466f3458259ff (patch)
treef6d6a2e151cb418210c84c34f2d3ce2ed81febd2 /libavformat/rtpdec_h264.c
parent4996e8f510350ecbe9ca047a98d3b62eeb39adc5 (diff)
lavf: remove unnecessary inclusions of unistd.h
These files do not use anything provided by unistd.h. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/rtpdec_h264.c')
-rw-r--r--libavformat/rtpdec_h264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index 829053a69d..c192d976c1 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -39,7 +39,6 @@
#include "avformat.h"
#include "mpegts.h"
-#include <unistd.h>
#include "network.h"
#include <assert.h>