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

This commit is contained in:
Max Kellermann
2022-07-04 14:52:56 +02:00
parent c7a8fc91c0
commit 683f0da2e7
10 changed files with 34 additions and 37 deletions

View File

@@ -1,6 +1,5 @@
#include "playlist/cue/CueParser.hxx"
#include "util/IterableSplitString.hxx"
#include "util/StringView.hxx"
extern "C" {
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);