summaryrefslogtreecommitdiffstats
path: root/mpvcore/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/playlist.c')
-rw-r--r--mpvcore/playlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpvcore/playlist.c b/mpvcore/playlist.c
index b016cebca6..77e114b1a5 100644
--- a/mpvcore/playlist.c
+++ b/mpvcore/playlist.c
@@ -18,9 +18,9 @@
#include <assert.h>
#include "config.h"
#include "playlist.h"
-#include "core/mp_common.h"
+#include "mpvcore/mp_common.h"
#include "talloc.h"
-#include "core/path.h"
+#include "mpvcore/path.h"
struct playlist_entry *playlist_entry_new(const char *filename)
{