From 020c9b41cc5039910db41adebe9d0338ecd0d1b9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jul 2022 18:34:07 +0200 Subject: [PATCH] lib/icu: use std::span instead of ConstBuffer --- src/lib/icu/Util.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/icu/Util.cxx b/src/lib/icu/Util.cxx index 084a25def..9b575f990 100644 --- a/src/lib/icu/Util.cxx +++ b/src/lib/icu/Util.cxx @@ -20,7 +20,6 @@ #include "Util.hxx" #include "util/AllocatedString.hxx" #include "util/AllocatedArray.hxx" -#include "util/ConstBuffer.hxx" #include