]> git.sesse.net Git - vlc/blobdiff - src/misc/xml.c
Do not include vlc_modules.h in vlc_common.h
[vlc] / src / misc / xml.c
index 25515b500b20d430368975be99363d821f3c7b43..6efe0c25c21d08562cbbb17570cde648899776ab 100644 (file)
 #endif
 
 #include <vlc_common.h>
-#include "vlc_xml.h"
+#include <vlc_xml.h>
+#include <vlc_modules.h>
 #include "../libvlc.h"
 
+#undef xml_Create
 /*****************************************************************************
  * xml_Create:
  *****************************************************************************
  * Create an instance of an XML parser.
  * Returns NULL on error.
  *****************************************************************************/
-xml_t *__xml_Create( vlc_object_t *p_this )
+xml_t *xml_Create( vlc_object_t *p_this )
 {
     xml_t *p_xml;