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/delta/delta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/delta') diff --git a/src/delta/delta.c b/src/delta/delta.c index 282168a584..51fe4b4bed 100644 --- a/src/delta/delta.c +++ b/src/delta/delta.c @@ -9,8 +9,8 @@ #include "dirent-util.h" #include "fd-util.h" #include "fs-util.h" +#include "glyph-util.h" #include "hashmap.h" -#include "locale-util.h" #include "log.h" #include "main-func.h" #include "nulstr-util.h" -- cgit v1.2.1