config/Path: use std::string_view instead of StringView

This commit is contained in:
Max Kellermann
2022-07-04 14:38:10 +02:00
parent c7d2cb855a
commit bd32b229b5
3 changed files with 2 additions and 5 deletions

View File

@@ -27,7 +27,6 @@
#include "util/OffsetPointer.hxx"
#include "util/ScopeExit.hxx"
#include "util/StringCompare.hxx"
#include "util/StringView.hxx"
#include "util/UriExtract.hxx"
#include "tag/Handler.hxx"
#include "tag/Generic.hxx"