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

@@ -22,6 +22,7 @@
#include "ReplayGainInfo.hxx"
#include "util/ASCII.hxx"
#include "util/NumberParser.hxx"
#include "util/StringView.hxx"
#include <cassert>

View File

@@ -19,6 +19,7 @@
#include "Table.hxx"
#include "util/ASCII.hxx"
#include "util/StringView.hxx"
#include <string.h>