Commit 14215b31 authored by Laurent Aimar's avatar Laurent Aimar

Include input_clock.h only where needed.

parent e1c50ab4
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include "audio_output/aout_internal.h" #include "audio_output/aout_internal.h"
#include "stream_output/stream_output.h" #include "stream_output/stream_output.h"
#include "input_internal.h" #include "input_internal.h"
#include "input_clock.h"
#include "input_decoder.h" #include "input_decoder.h"
static decoder_t *CreateDecoder( input_thread_t *, es_format_t *, int, sout_instance_t *p_sout ); static decoder_t *CreateDecoder( input_thread_t *, es_format_t *, int, sout_instance_t *p_sout );
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#include <vlc_aout.h> #include <vlc_aout.h>
#include "input_internal.h" #include "input_internal.h"
#include "input_clock.h"
#include "input_decoder.h" #include "input_decoder.h"
#include "../stream_output/stream_output.h" #include "../stream_output/stream_output.h"
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_input.h> #include <vlc_input.h>
#include "input_clock.h"
/***************************************************************************** /*****************************************************************************
* Private input fields * Private input fields
*****************************************************************************/ *****************************************************************************/
......
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