It is not essential to handle inputs and is not used in this header.
@ -38,7 +38,6 @@
#include <vlc_epg.h>
#include <vlc_input_item.h>
#include <vlc_vout.h>
#include <vlc_vout_osd.h>
#include <string.h>
@ -40,6 +40,7 @@
#include <vlc_actions.h>
#include <vlc_spu.h>
#include <vlc_executor.h>
#include "math.h"
struct intf_sys_t
@ -26,6 +26,7 @@
#include <vlc_common.h>
#include <vlc_memstream.h>
#include "player.h"
#include "input/resource.h"
@ -32,6 +32,7 @@
#include <vlc_decoder.h>
#include <vlc_http.h>
#include "../libvlc.h"