diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-09 15:54:13 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-09 20:21:12 +0200 |
commit | 40a288085769e83354d619500721911561b16f26 (patch) | |
tree | f6c049d0e2f6f1f20440a70dba4a49ac42f680e9 /src/command/FileCommands.cxx | |
parent | ade712d7117cec59f7daba80d983238de3ce305a (diff) |
util/UriUtil: split
Diffstat (limited to 'src/command/FileCommands.cxx')
-rw-r--r-- | src/command/FileCommands.cxx | 2 |
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" |