From 6176e5e75476471c31de7bf88da7ffb68cd171b7 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 21 Feb 2021 22:58:17 +0100 Subject: [PATCH] gmtool no longer needs unicode.h --- src/gmtool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gmtool.c b/src/gmtool.c index 4367fdc48..5a8a26b96 100644 --- a/src/gmtool.c +++ b/src/gmtool.c @@ -30,7 +30,6 @@ #include "util/path.h" #include "util/rand.h" #include "util/rng.h" -#include "util/unicode.h" #include "gmtool_structs.h" #include "console.h"