summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-01 15:24:53 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-01 15:24:53 +0000
commit99901138ab31b54c023dad77f1581e0321f4002f (patch)
tree90f1d3b9c66721f58c05cf4801ee5e2ba269ff0c /mplayer.c
parentc32f706c96b421e55e0db2aa278d328fca4c43fe (diff)
downloadmpv-99901138ab31b54c023dad77f1581e0321f4002f.tar.bz2
mpv-99901138ab31b54c023dad77f1581e0321f4002f.tar.xz
Remove unnecessary includes
command.c: Don't include libmpcodecs/mp_image.h, libmpdemux/matroska.h mplayer.c: Don't include libmpdemux/matroska.h matroska.h: Remove declaration of already removed function demux_mkv_change_subs and stop including demuxer.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 160b5a506d..1e92a43ac3 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -162,8 +162,6 @@ static int max_framesize=0;
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "libmpdemux/stheader.h"
-//#include "parse_es.h"
-#include "libmpdemux/matroska.h"
#ifdef USE_DVDREAD
#include "stream/stream_dvd.h"