summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 22:14:23 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:39:13 +0200
commit2fc3be582c8c5aa510c92c7602ce72d5a1daa0ed (patch)
treeda2f1c0f30e82ea1d6d57e5fc08f0ac7983f6b47 /stream/stream_dvd_common.h
parent35e6d1abe0315caee3f21ca3853d76423baa0c91 (diff)
downloadmpv-2fc3be582c8c5aa510c92c7602ce72d5a1daa0ed.tar.bz2
mpv-2fc3be582c8c5aa510c92c7602ce72d5a1daa0ed.tar.xz
stream_dvd: minor cleanups
We don't need a separate stream_dvd.h header file anymore. Some dead functions become apparent; remove them.
Diffstat (limited to 'stream/stream_dvd_common.h')
-rw-r--r--stream/stream_dvd_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvd_common.h b/stream/stream_dvd_common.h
index 4a1aef9af0..a2b05e8b77 100644
--- a/stream/stream_dvd_common.h
+++ b/stream/stream_dvd_common.h
@@ -19,7 +19,6 @@
#ifndef MPLAYER_STREAM_DVD_COMMON_H
#define MPLAYER_STREAM_DVD_COMMON_H
-#include "config.h"
#include <inttypes.h>
#include <dvdread/ifo_types.h>
#include "stream.h"