summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-09 01:17:49 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-09 01:17:49 +0000
commitb5aa5692cd45cc27abd7a4758bb475577ae28a78 (patch)
treed16c3fcf4e844410596628e63b6677b437e30cc3 /stream/tvi_v4l.c
parent50e083bdb9a89d4b08bb3cfed8417af222a27855 (diff)
downloadmpv-b5aa5692cd45cc27abd7a4758bb475577ae28a78.tar.bz2
mpv-b5aa5692cd45cc27abd7a4758bb475577ae28a78.tar.xz
Remove unnecessary <signal.h> includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25654 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_v4l.c')
-rw-r--r--stream/tvi_v4l.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/tvi_v4l.c b/stream/tvi_v4l.c
index 25d439ab45..de28134d0b 100644
--- a/stream/tvi_v4l.c
+++ b/stream/tvi_v4l.c
@@ -20,7 +20,6 @@
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
-#include <signal.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/time.h>