From 7ec1121cc832086f533dd0adfcb581e16c1e312d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Apr 2013 23:30:21 +0200 Subject: uri: convert to C++ --- src/PlaylistMapper.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/PlaylistMapper.cxx') diff --git a/src/PlaylistMapper.cxx b/src/PlaylistMapper.cxx index 85f47e44b..08131106d 100644 --- a/src/PlaylistMapper.cxx +++ b/src/PlaylistMapper.cxx @@ -23,10 +23,7 @@ #include "PlaylistRegistry.hxx" #include "Mapper.hxx" #include "fs/Path.hxx" - -extern "C" { -#include "uri.h" -} +#include "util/UriUtil.hxx" #include -- cgit v1.2.3