summaryrefslogtreecommitdiff
path: root/src/command/FileCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-08-09 15:54:13 +0200
committerMax Kellermann <max@musicpd.org>2019-08-09 20:21:12 +0200
commit40a288085769e83354d619500721911561b16f26 (patch)
treef6c049d0e2f6f1f20440a70dba4a49ac42f680e9 /src/command/FileCommands.cxx
parentade712d7117cec59f7daba80d983238de3ce305a (diff)
util/UriUtil: split
Diffstat (limited to 'src/command/FileCommands.cxx')
-rw-r--r--src/command/FileCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/FileCommands.cxx b/src/command/FileCommands.cxx
index e19adb648..97b5d89fe 100644
--- a/src/command/FileCommands.cxx
+++ b/src/command/FileCommands.cxx
@@ -27,7 +27,7 @@
#include "client/Response.hxx"
#include "util/CharUtil.hxx"
#include "util/StringView.hxx"
-#include "util/UriUtil.hxx"
+#include "util/UriExtract.hxx"
#include "tag/Handler.hxx"
#include "tag/Generic.hxx"
#include "TagStream.hxx"