From 86b0adc82ce64bb08518088c35ce754dc96d7062 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Jan 2013 01:04:02 +0100 Subject: playlist/*: convert to C++ --- src/PlaylistMapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PlaylistMapper.cxx') diff --git a/src/PlaylistMapper.cxx b/src/PlaylistMapper.cxx index d6368150..aa37453f 100644 --- a/src/PlaylistMapper.cxx +++ b/src/PlaylistMapper.cxx @@ -20,11 +20,11 @@ #include "config.h" #include "PlaylistMapper.hxx" #include "PlaylistFile.hxx" +#include "PlaylistRegistry.hxx" #include "Mapper.hxx" #include "fs/Path.hxx" extern "C" { -#include "playlist_list.h" #include "uri.h" } -- cgit v1.2.3