]> git.sesse.net Git - vlc/commitdiff
Includes corrections
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 23 Jul 2009 16:10:15 +0000 (18:10 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 23 Jul 2009 16:10:59 +0000 (18:10 +0200)
modules/demux/playlist/b4s.c
modules/demux/playlist/podcast.c
modules/demux/playlist/qtl.c
modules/demux/playlist/shoutcast.c
modules/gui/skins2/parser/xmlparser.hpp
modules/misc/xml/libxml.c

index be33b7826fb3b151669bb09d1fed8b6cdae19dc8..31405b43dce355da78185c481fe96ad4820a7b28 100644 (file)
@@ -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
 {
index 922c0a27251cfbf363c59aab13516d81374e7872..2733d046f3e07b29addc5410760cb97d41c31221 100644 (file)
@@ -32,7 +32,7 @@
 #include <vlc_demux.h>
 
 #include "playlist.h"
-#include "vlc_xml.h"
+#include <vlc_xml.h>
 
 struct demux_sys_t
 {
index b667b69704735341e1325560f6ec5cb772d5c4a0..54f0baad7c8a98dc5046e2e9d508c810a5ba9f75 100644 (file)
@@ -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
 {
index e5257de3dd1d61b001f0f744e7b36e9367017d6e..99d6e29cd7d86af4c1ecb9346dea038b837e0391 100644 (file)
@@ -34,7 +34,7 @@
 #include <vlc_demux.h>
 
 #include "playlist.h"
-#include "vlc_xml.h"
+#include <vlc_xml.h>
 
 struct demux_sys_t
 {
index caf6d1dc6c562d6d5a68ec881e3bc036da428343..19a8c3e12797a424cd8d821b280b8b24d51023de 100644 (file)
@@ -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
index 266c5ee2bff0b9370a29319c91997e669667edf7..89dc22b5307086ec6a852a1ff20068dd43f1019b 100644 (file)
@@ -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>