From d8e32c471f6a52407184e421243b174f7480d180 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Oct 2021 14:21:57 +0200 Subject: basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-util.[ch] These functions are used pretty much independently of locale, i.e. the only info relevant is whether th locale is UTF-8 or not. Hence let's give this its own pair of .c/.h files. --- src/home/homectl-recovery-key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/home/homectl-recovery-key.c') diff --git a/src/home/homectl-recovery-key.c b/src/home/homectl-recovery-key.c index f1a180baca..da1899ae14 100644 --- a/src/home/homectl-recovery-key.c +++ b/src/home/homectl-recovery-key.c @@ -1,9 +1,9 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #include "errno-util.h" +#include "glyph-util.h" #include "homectl-recovery-key.h" #include "libcrypt-util.h" -#include "locale-util.h" #include "memory-util.h" #include "qrcode-util.h" #include "random-util.h" -- cgit v1.2.3