decoder/*: use std::string_view instead of StringView

This commit is contained in:
Max Kellermann
2022-07-04 14:44:23 +02:00
parent 23235e3194
commit 502e5f006a
13 changed files with 0 additions and 13 deletions

View File

@@ -24,7 +24,6 @@
#include "tag/Handler.hxx"
#include "util/Domain.hxx"
#include "util/ScopeExit.hxx"
#include "util/StringView.hxx"
#include "Log.hxx"
#include <exception>