]> git.sesse.net Git - vlc/blobdiff - src/control/audio.c
control/media_list_player.c: Add support for playing a hierarchical media_list.
[vlc] / src / control / audio.c
index 24abbdf180c9fa94ff55c990b166693019b47ddf..a0d5fcc50914cc1755e98d3ce1e9bfeb803361dc 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include "libvlc_internal.h"
 #include <vlc/libvlc.h>
 
 #include <vlc_input.h>
 #include <vlc_aout.h>
 
+#include "libvlc_internal.h"
+
+
 /*
  * Remember to release the returned aout_instance_t since it is locked at
  * the end of this function.