summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-13 09:40:32 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-13 09:40:32 +0000
commit29979efc6098b4106ae38074d5864390a06032b2 (patch)
tree61990ad59bc7e31a0358d5c8ad369b0ef253047e /stream
parentf53d4bcb3e76e76f4d2a0fd8f5e00f651a807673 (diff)
downloadmpv-29979efc6098b4106ae38074d5864390a06032b2.tar.bz2
mpv-29979efc6098b4106ae38074d5864390a06032b2.tar.xz
removed useless inclusion of error.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24767 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/dvb_tune.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/dvb_tune.c b/stream/dvb_tune.c
index 7623593847..8062671fab 100644
--- a/stream/dvb_tune.c
+++ b/stream/dvb_tune.c
@@ -30,7 +30,6 @@
#include <sys/poll.h>
#include <unistd.h>
#include <fcntl.h>
-#include <error.h>
#include <time.h>
#include <errno.h>
#include "config.h"