@ -22,6 +22,7 @@
#define VLC_ADDONS_H 1
#include <vlc_arrays.h>
#include <vlc_threads.h>
# ifdef __cplusplus
extern "C" {
@ -26,6 +26,7 @@
#include <assert.h>
#include <vlc_list.h>
#include <vlc_es.h>
/* FIXME to remove once aout.h is cleaned a bit more */
#include <vlc_block.h>
#include <vlc_meta.h>
/**
* \file
@ -24,6 +24,7 @@
#define VLC_EXTENSIONS_H
#include "vlc_common.h"
#include "vlc_threads.h"
#include "vlc_arrays.h"
/* Structures */
@ -33,6 +33,7 @@
#include <vlc_epg.h>
#include <vlc_events.h>
#include <string.h>
@ -25,6 +25,8 @@
#ifndef VLC_INTF_H_
#define VLC_INTF_H_
# endif
@ -31,6 +31,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <vlc_common.h>
* Opaque type for queue entry.