From 3bbd8ff839354a6f488c8481d5e6336a3f637cee Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 23 Oct 2022 13:24:48 +0100 Subject: Replace wchar and friends with Unicode handling. All text handling should now be explicitly UTF-8 or UTF-32, removing the ambiguity around wchar_t and related functions. --- src/entry.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/entry.c') diff --git a/src/entry.c b/src/entry.c index e308a3c..3d0c284 100644 --- a/src/entry.c +++ b/src/entry.c @@ -1,6 +1,5 @@ #include #include -#include #include #include "entry.h" #include "log.h" -- cgit v1.2.3