]> git.sesse.net Git - vlc/blobdiff - src/control/audio.c
libvlc: Split libvlc_internal in different independant headers.
[vlc] / src / control / audio.c
index ff794a42d4e94c53bdb5dc8a7cea6a402ee0c30c..ce4f96db54fe5ebb74dbfac872f5a3e6e10747bf 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include "libvlc_internal.h"
 #include <vlc/libvlc.h>
+#include <vlc/libvlc_media.h>
+#include <vlc/libvlc_media_player.h>
 
+#include <vlc_common.h>
 #include <vlc_input.h>
 #include <vlc_aout.h>
 
+#include "libvlc_internal.h"
+#include "media_player_internal.h"
 
 /*
  * Remember to release the returned aout_instance_t since it is locked at