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