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/PlaylistAny.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/PlaylistAny.cxx') diff --git a/src/PlaylistAny.cxx b/src/PlaylistAny.cxx index 3f6733f0b..a34333df8 100644 --- a/src/PlaylistAny.cxx +++ b/src/PlaylistAny.cxx @@ -21,12 +21,9 @@ #include "PlaylistAny.hxx" #include "PlaylistMapper.hxx" #include "PlaylistRegistry.hxx" +#include "util/UriUtil.hxx" #include "input_stream.h" -extern "C" { -#include "uri.h" -} - #include static struct playlist_provider * -- cgit v1.2.3