summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 17:03:25 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 17:03:25 +0000
commit78d3a0fca5dba511d1e03a563a8ea7cf20079656 (patch)
tree89f4b01b8248485e7048ee1bdea7ac45f917593d /stream
parentd37917abf5ee2e2d6c2f81d27af299513c764942 (diff)
downloadmpv-78d3a0fca5dba511d1e03a563a8ea7cf20079656.tar.bz2
mpv-78d3a0fca5dba511d1e03a563a8ea7cf20079656.tar.xz
removed inclusion of unneeded header (forgotten in previous commit)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25565 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvdnav.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index 18e4784181..307cfe6c92 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -1,8 +1,6 @@
#ifndef MPLAYER_STREAM_DVDNAV_H
#define MPLAYER_STREAM_DVDNAV_H
-#include <dvdnav.h>
-
typedef struct {
int event; /* event number fromd dvdnav_events.h */
void * details; /* event details */