summaryrefslogtreecommitdiff
path: root/src/delta
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-05 14:21:57 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-05 16:14:37 +0200
commitd8e32c471f6a52407184e421243b174f7480d180 (patch)
tree85e0209b3aa100e84b37be3c3a28c18583711ab1 /src/delta
parentbf819d3ac2b015139a3571a953e0b361632ebb34 (diff)
downloadsystemd-d8e32c471f6a52407184e421243b174f7480d180.tar.gz
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.
Diffstat (limited to 'src/delta')
-rw-r--r--src/delta/delta.c2
1 files changed, 1 insertions, 1 deletions
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"