Commit 843b6da8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

mkv: mostly useless #include

parent b72986e8
......@@ -27,6 +27,8 @@
#include "stream_io_callback.hpp"
#include "Ebml_parser.hpp"
#include <vlc_keys.h>
event_thread_t::event_thread_t(demux_t *p_demux) : p_demux(p_demux)
{
vlc_mutex_init( &lock );
......
......@@ -96,8 +96,6 @@
#include "ebml/StdIOCallback.h"
#include <vlc_keys.h>
extern "C" {
#include "../mp4/libmp4.h"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment