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/PlaylistSong.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PlaylistSong.cxx') diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 4df4d22d4..4ca955240 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -25,10 +25,10 @@ #include "ls.hxx" #include "tag.h" #include "fs/Path.hxx" +#include "util/UriUtil.hxx" extern "C" { #include "song.h" -#include "uri.h" } #include -- cgit v1.2.3