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

@@ -36,7 +36,6 @@
#include "event/Loop.hxx"
#include "util/ASCII.hxx"
#include "util/StringFormat.hxx"
#include "util/StringView.hxx"
#include "util/NumberParser.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"