summaryrefslogtreecommitdiffstats
path: root/mpvcore/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/playlist.c')
-rw-r--r--mpvcore/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/playlist.c b/mpvcore/playlist.c
index 3396a5d78b..e88838fde2 100644
--- a/mpvcore/playlist.c
+++ b/mpvcore/playlist.c
@@ -20,7 +20,7 @@
#include "playlist.h"
#include "mpvcore/mp_common.h"
#include "talloc.h"
-#include "mpvcore/path.h"
+#include "options/path.h"
struct playlist_entry *playlist_entry_new(const char *filename)
{