]> git.sesse.net Git - vlc/blobdiff - src/test/headers.c
Test case for resolve_xml_special_chars
[vlc] / src / test / headers.c
index 74ef9de94a1939e33efce7c77c0d9254de8e9dc4..2e9a27412002b399b3ebb01856b60e4a8bf6dc2c 100644 (file)
 # undef __LIBVLC__
 #endif
 
-#include <vlc_common.h>
+#include <vlc/vlc.h>
 #include <vlc/deprecated.h>
 #include <vlc/libvlc.h>
 #include <vlc/libvlc_structures.h>
 #include <vlc/libvlc_events.h>
 #include <vlc/libvlc_media_list.h>
 #include <vlc/libvlc_vlm.h>
-//#include <vlc/mediacontrol.h>
-//#include <vlc/mediacontrol_structures.h>
+#include <vlc/mediacontrol.h>
+#include <vlc/mediacontrol_structures.h>
 
 #include <stdio.h>