diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistCommands.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx index dc3b3e0de..e3b5ad5f8 100644 --- a/src/PlaylistCommands.cxx +++ b/src/PlaylistCommands.cxx @@ -32,10 +32,7 @@ #include "protocol/Result.hxx" #include "ls.hxx" #include "Playlist.hxx" - -extern "C" { -#include "uri.h" -} +#include "util/UriUtil.hxx" #include <assert.h> #include <stdlib.h> |