util/ASCII: migrate to std::string_view

This commit is contained in:
Max Kellermann
2020-03-13 20:17:53 +01:00
parent 45b60b3d38
commit 8a1f1fbe06
4 changed files with 10 additions and 5 deletions

View File

@@ -36,6 +36,7 @@
#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"