Commit d2e9083f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Includes corrections

parent 1d91a5ee
......@@ -32,9 +32,9 @@
#include <vlc_common.h>
#include <vlc_demux.h>
#include <vlc_interface.h>
#include <vlc_xml.h>
#include "playlist.h"
#include "vlc_xml.h"
struct demux_sys_t
{
......
......@@ -32,7 +32,7 @@
#include <vlc_demux.h>
#include "playlist.h"
#include "vlc_xml.h"
#include <vlc_xml.h>
struct demux_sys_t
{
......
......@@ -56,7 +56,7 @@ volume - 0 (mute) - 100 (max)
#include <vlc_demux.h>
#include "playlist.h"
#include "vlc_xml.h"
#include <vlc_xml.h>
struct demux_sys_t
{
......
......@@ -34,7 +34,7 @@
#include <vlc_demux.h>
#include "playlist.h"
#include "vlc_xml.h"
#include <vlc_xml.h>
struct demux_sys_t
{
......
......@@ -25,9 +25,9 @@
#define XMLPARSER_HPP
#include "../src/skin_common.hpp"
#include "vlc_block.h"
#include "vlc_stream.h"
#include "vlc_xml.h"
#include <vlc_block.h>
#include <vlc_stream.h>
#include <vlc_xml.h>
#include <map>
// Current DTD version
......
......@@ -28,9 +28,9 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include "vlc_block.h"
#include "vlc_stream.h"
#include "vlc_xml.h"
#include <vlc_block.h>
#include <vlc_stream.h>
#include <vlc_xml.h>
#include <libxml/xmlreader.h>
#include <libxml/catalog.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