Commit d0f6494e authored by Laurent Aimar's avatar Laurent Aimar

Replaced playlist_internal.h by libvlc.h in control/playlist.c

Only libvlc_priv was needed.
parent de79c114
......@@ -22,15 +22,13 @@
*****************************************************************************/
#include "libvlc_internal.h"
#include "libvlc.h"
#include <vlc/libvlc.h>
#include <vlc_playlist.h>
#include <assert.h>
#define __LIBVLC__
#include "../playlist/playlist_internal.h"
#define PL (libvlc_priv (p_instance->p_libvlc_int)->p_playlist)
static inline int playlist_was_locked( libvlc_instance_t *p_instance )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment